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 105543

Summary: 102,2% in CPU snapshot
Product: profiler Reporter: Alexander Kouznetsov <mrkam>
Component: BaseAssignee: J Bachorik <yardus>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: CPU snapshot with 102,2%
One more screenshot

Description Alexander Kouznetsov 2007-06-04 10:57:54 UTC
I have no exact steps but take a look at the CPU snapshot attached. There is
102,2% for the second thread's root method.
Comment 1 Alexander Kouznetsov 2007-06-04 10:58:21 UTC
Created attachment 43174 [details]
CPU snapshot with 102,2%
Comment 2 Alexander Kouznetsov 2007-06-08 17:08:40 UTC
Created attachment 43445 [details]
One more screenshot
Comment 3 J Bachorik 2007-07-26 13:41:26 UTC
fixed in trunk. added a check for overflow of % value (due to rounding errors we can have the total of slightly more
than 100%  - but summarized time values fit the total time value). this seems to be a simple presentation error