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 - 102,2% in CPU snapshot
Summary: 102,2% in CPU snapshot
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 10:57 UTC by Alexander Kouznetsov
Modified: 2007-07-26 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CPU snapshot with 102,2% (2.87 KB, application/octet-stream)
2007-06-04 10:58 UTC, Alexander Kouznetsov
Details
One more screenshot (15.76 KB, image/png)
2007-06-08 17:08 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
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