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 232575 - Live Results: Hot Spots - Method, Self Time > Total Time
Summary: Live Results: Hot Spots - Method, Self Time > Total Time
Status: REOPENED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 16:12 UTC by masmall
Modified: 2014-04-27 11:27 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Swing App (25.08 KB, application/x-zip-compressed)
2013-07-11 16:12 UTC, masmall
Details
Screen snapshot (218.06 KB, image/png)
2013-07-17 14:15 UTC, masmall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description masmall 2013-07-11 16:12:31 UTC
Created attachment 137012 [details]
Swing App

DESCRIPTION
+++++++++++
CPU Profiling, Advanced (instrumented), Live Results: Hot Spots - Method, Self Time > Total Time

BUILD
+++++
Product Version: NetBeans IDE Dev (Build 201306242301)
Java: 1.7.0_21; Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
Windows 7

STEPS
+++++
Launch NetBeans 7.4, JDK1.7.0_21
1. From the main menu, click File=>Open Project...
"Open Project" dialog is displayed.
2. Click "SwingCalculator"=>Open Project
3. Click "SwingCalculator.java"
4. From the main menu, click Profile=>Profile Project (SwingCalculator)
"Profile SwingCalculator" dialog is displayed.
5. Click "CPU" button
6. Click "Advanced (instrumented)" button
7. Filter: Profile only project classes
8. Click "Run" button
Profiler window, and SwingCalculator are displayed.
9. From the Profiler window, click "Live Results" button
10. From the SwingCalculator, try a few calculations, like the following: click "5 * 69 =" buttons

RESULTS
+++++++
Live results show methods where Self Time > Total Time, see profnetb.PNG 

11. Repeat above steps using "DialogApp", CPU Profile, "Advanced (instrumented)" "DialogUI.java"
12. After DialogApp is displayed, click "Open" "Ok" and "Cancel" "Search" buttons, and view Live Results

RESULTS
+++++++
getSize() Self Time > Total Time
Comment 1 Jiri Skrivanek 2013-07-15 08:22:49 UTC
I tried to reproduce and I can't see Self Time > Total Time. Please, could you attach mentioned screen shot?
Comment 2 Jiri Skrivanek 2013-07-17 08:54:41 UTC
Works for me, waiting for additional details from reporter.
Comment 3 masmall 2013-07-17 14:15:18 UTC
Created attachment 137323 [details]
Screen snapshot
Comment 4 Jiri Skrivanek 2013-07-18 06:46:43 UTC
Self Time should not be greater than Total Time.