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 208895 - Invocations column should not appear in CPU sampling results/snapshots
Summary: Invocations column should not appear in CPU sampling results/snapshots
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 11:59 UTC by Jiri Sedlacek
Modified: 2012-03-17 10:39 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 Jiri Sedlacek 2012-02-27 11:59:47 UTC
CPU sampling shows an Invocations column. When CPU profiling, Invocations 
means number of times method called. Since CPU sampling can't possibly know 
that, it's not clear what Invocations means in that mode, and users are 
confused by them. Jiri says the numbers are actually meaningless. Therefore, 
they shouldn't be displayed.
Comment 1 Jiri Sedlacek 2012-03-05 12:46:39 UTC
Decided to keep the column in NetBeans profiler - just rename it to 'Samples' instead of 'Invocations' and hide it in all views by default.
Comment 2 Jiri Sedlacek 2012-03-05 15:03:51 UTC
Invocations -> Samples, hidden by default: http://hg.netbeans.org/profiler-main/rev/9f11bc57f299.
Comment 3 Jiri Sedlacek 2012-03-05 17:51:47 UTC
Also addresses bugdb_13734323. Fixed.
Comment 4 Quality Engineering 2012-03-17 10:39:39 UTC
Integrated into 'main-golden', will be available in build *201203170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9f11bc57f299
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #208895 - Invocations -> Samples, hidden by default