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 223303 - wrong number of threads in export of VM telemetry graphs
Summary: wrong number of threads in export of VM telemetry graphs
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 12:21 UTC by Tomas Hurka
Modified: 2012-12-07 02:42 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 Tomas Hurka 2012-12-05 12:21:16 UTC
Export into HTML, XML and CSV for VM telemetry graphs uses users threads instead of total threads.
Comment 1 Tomas Hurka 2012-12-05 12:29:30 UTC
Fixed in profiler-main.

changeset:   241500:622a1e6dffc4
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Dec 05 13:26:57 2012 +0100
summary:     bugfix #223303, use data.nTotalThreads instead of data.nUserThreads
Comment 2 Quality Engineering 2012-12-07 02:42:47 UTC
Integrated into 'main-golden', will be available in build *201212070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/622a1e6dffc4
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #223303, use data.nTotalThreads instead of data.nUserThreads