X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: Re: gprof output Date: Sat, 26 May 2012 14:51:14 -0700 (PDT) Organization: http://groups.google.com Lines: 8 Message-ID: <598547d0-7ab7-4e79-8a0a-77935f3323b4@w24g2000vby.googlegroups.com> References: <7822bb4a-1059-491a-8489-e1d9f3dbc501 AT l17g2000vbj DOT googlegroups DOT com> <99bf0561-8756-4138-92aa-6b25499f1c57 AT h41g2000yqm DOT googlegroups DOT com> NNTP-Posting-Host: 46.78.35.225 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1338069477 12858 127.0.0.1 (26 May 2012 21:57:57 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 26 May 2012 21:57:57 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: w24g2000vby.googlegroups.com; posting-host=46.78.35.225; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 1442 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The program uses timeouts a lot and thus constantly queries the system time. Maybe that is a reason for this. It also uses VESA to write to the screen and there __dpmi_int is called for bank switching. The writing to the screen is done with dosmemput. Georg