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 170214 - self-sampler: add execution time to CPU snapshot
Summary: self-sampler: add execution time to CPU snapshot
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 15:38 UTC by Tomas Hurka
Modified: 2009-08-21 06:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2009-08-11 15:38:42 UTC
To improve readability of snapshots generated by self-sampler the following improvements in self-sampler will be implemented:
- collect two time-stamps (wall clock time and execution time)
- display both times in the snapshot
- treat equally Object.wait and some native methods known to block thread (zero execution time)
Comment 1 Tomas Hurka 2009-08-11 15:53:39 UTC
Done in profiler-main
changeset:   140779:2f32dc6982da
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Aug 11 16:52:35 2009 +0200
summary:     issue #170214, collect two timestamps; filter known blocking methods
Comment 2 Quality Engineering 2009-08-21 06:17:08 UTC
Integrated into 'main-golden', will be available in build *200908210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2f32dc6982da
User: Tomas Hurka <thurka@netbeans.org>
Log: issue #170214, collect two timestamps; filter known blocking methods