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 252429 - Wrong invocations count for Thread nodes
Summary: Wrong invocations count for Thread nodes
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-15 21:51 UTC by Jiri Sedlacek
Modified: 2015-05-18 01:07 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 2015-05-15 21:51:31 UTC
Thread nodes in Forward calls always show 1 hit/invocation. This doesn't reflect the real number of hits/invocations of the child method nodes.
Comment 1 Jiri Sedlacek 2015-05-15 21:57:09 UTC
Workarounded by http://hg.netbeans.org/profiler-main/rev/d75358b54fb9.

Leaving open for proper fix - the number of invocations should be fixed in CPUResultsSnapshot (compact data?) instead of tweaking the UI model.
Comment 2 Quality Engineering 2015-05-18 01:07:13 UTC
Integrated into 'main-silver', will be available in build *201505180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d75358b54fb9
User: Jiri Sedlacek <jis@netbeans.org>
Log: Workaround for #252429 - compute the right invocations count when creating the UI model