This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 72353 - Support for measuring of 'non-java' times
Summary: Support for measuring of 'non-java' times
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 16:35 UTC by ehucka
Modified: 2006-02-07 16:35 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-02-07 16:35:04 UTC
I think profiler could specify set of 'events' called from java sources like -
wait, sleep, gc events or i/o. 
There would be possible to enable/disable measuring of the events or show or
hide measured times in results.

E.g.
println()        120
  Self Time      15
  IO(Write) Time 80  
  GC Time        15
  Wait Time      10