From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,212d0edbd5d28969 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-29 19:35:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc52.ops.asp.att.net.POSTED!not-for-mail From: "SteveD" Newsgroups: comp.lang.ada References: Subject: Re: Cpu usage in ada? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc52.ops.asp.att.net 1035948902 12.211.13.75 (Wed, 30 Oct 2002 03:35:02 GMT) NNTP-Posting-Date: Wed, 30 Oct 2002 03:35:02 GMT Organization: AT&T Broadband Date: Wed, 30 Oct 2002 03:35:03 GMT Xref: archiver1.google.com comp.lang.ada:30212 Date: 2002-10-30T03:35:03+00:00 List-Id: "Sim Con" wrote in message news:b4a38a5f675eb2c7e9430d1b934558a4.110780@mygate.mailgate.org... > Hello! I need to build a cpu usage meter in ada95 for a windows system. > Any help? ^_^ Thanx in advance!! > This isn't really an Ada question. It is more of a Windows question. I would suggest scouring the Win32 API's to find a function that returns CPU usage information. The closest thing I found with a quick scan is "NdisGetCurrentProcessorCpuUsage". Which is part of the DDK. I hope this helps, SteveD > > -- > Posted via Mailgate.ORG Server - http://www.Mailgate.ORG