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

Summary: Support for measuring of 'non-java' times
Product: profiler Reporter: ehucka <ehucka>
Component: BaseAssignee: issues@profiler <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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