home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4456 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!male.EBay.Sun.COM!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!appserv!jyl
  2. From: jyl@burgess.eng.sun.com (Jacob Levy)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Getting times and memory utilization for an executing process (Win32)
  5. Date: 23 Dec 92 09:47:53
  6. Organization: What?! Organization???
  7. Lines: 16
  8. Message-ID: <JYL.92Dec23094753@burgess.eng.sun.com>
  9. Reply-To: jyl@toss.eng.sun.com
  10. NNTP-Posting-Host: burgess
  11.  
  12.  
  13. I asked this in the programmer.win32 group but got no answer. Since Win32
  14. is a superset of Win16, it occurred to me to ask here - maybe the API had
  15. not changed all that much, and maybe I'd get a pointer to where to start
  16. looking.
  17.  
  18. Anyways, I need to get the elapsed time, cpu time and percentages of user
  19. and kernel time for a process executing on Windows/NT written using the
  20. Win32 API. I know it's possible because I've seen PVIEW.EXE and debuggers
  21. do it. How would this be done in Windows 3.1? Also, how do I find out how
  22. much memory (and what kinds of memory) are being used by each DLL used by a
  23. program?
  24.  
  25. Many thanks for any and all insights,
  26.  
  27. --JYL
  28.