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 74368 - profiled program API for control of snapshots
Summary: profiled program API for control of snapshots
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Maros Sandor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 11:41 UTC by grandinj
Modified: 2007-11-09 22:04 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 grandinj 2006-04-04 11:41:54 UTC
Use case: 
I know I have a problem in my code, and I know that the problem exists after I
execute method X() and before I execute method Y().
But between those 2 methods lots of thread and other stuff is happening, and the
window is relatively small.

I want to be able to add some calls to my code that tell the profiler to
- reset snapshot results
- take a snapshot
so that I can get a good view of what is happening between those 2 points in time.
Comment 1 Maros Sandor 2006-04-04 12:57:25 UTC
Profiling points should address that.
Comment 2 Jiri Sedlacek 2007-03-23 15:17:52 UTC
Implemented as Profiling Points, check Profiler 6.0 Milestone 8 next week.
Comment 3 Alexander Kouznetsov 2007-11-09 22:04:20 UTC
Verified