home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / internal / 2054 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.0 KB

  1. Path: sparky!uunet!usc!news.service.uci.edu!ucivax!moe!kofax!lawnet!mbf!brian
  2. From: brian@mbf.UUCP (Brian Davis)
  3. Newsgroups: comp.unix.internals
  4. Subject: Re: Floating point emulation
  5. Message-ID: <181290@mbf.UUCP>
  6. Date: 9 Dec 92 16:10:04 GMT
  7. References: <1992Dec8.022408.16408@candle.uucp>
  8. Organization: MAI Systems Corp.
  9. Lines: 16
  10.  
  11. In article <1992Dec8.022408.16408@candle.uucp> root@candle.uucp (Bruce Momjian) writes:
  12. >
  13. >Now, when I run a floating point computation in an endless loop, and use
  14. >the kernel profiling functions(prfstat, prfld, prfdc) to see what kernel
  15. >resources are being used to emulate floating point, I find that 'prfpr'
  16. >reports usage as almost 100% user.
  17. >
  18.  
  19. Profiling data is collected during clock interrupts.  Any code which
  20. executes at a higher interrupt priority than the clock will never show up
  21. in the profile.  This is probably the case for the floating point
  22. emulation code.
  23. -- 
  24. Brian Davis                    It ain't no sin!
  25. MAI Systems Corp., Tustin, CA            Take off your skin,
  26. brian%mbf.uucp@ics.uci.edu            And dance around in your bones.
  27.