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 60242 - Entire app CPU profiling does not contain correct results
Summary: Entire app CPU profiling does not contain correct results
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: iformanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-19 16:31 UTC by iformanek
Modified: 2007-02-12 21:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description iformanek 2005-06-19 16:31:53 UTC
CPU Profiling of entire app, using Profile All Classes instrumentation filter, 
on the following class:

public class Main {
    public static void main(String[] args) {
        for (int i = 0; i < 10000000; i++)
            System.out.println("Test: "+i);
    }
}

provides no reasonable results.
The call tree ends at the main method without further details.
Comment 1 iformanek 2005-06-20 11:59:46 UTC
Regression from Mž, where this issue was not present.

The issue is caused by old remaining code from the jfluid standalone tool 
times, that by default excluded all core java classes from instrumentation.

Fixed.
Comment 2 ehucka 2006-10-09 12:08:35 UTC
Verification of old issues.
Comment 3 Alexander Kouznetsov 2007-02-12 21:57:33 UTC
Closing old issues.