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 92080 - Profiling points prototype
Summary: Profiling points prototype
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: UI
Depends on:
Blocks: 89613
  Show dependency tree
 
Reported: 2007-01-09 09:55 UTC by Tomas Hurka
Modified: 2007-01-09 09:57 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 2007-01-09 09:55:30 UTC
Profiling points are an alternative way of setting up and controlling the profiler. In a way, they are similar 
to breakpoints in debugger.

A short summary of the major features:
- you place profiling points directly in the source code
- you view, delete and customize profiling points in the Profiling points view
- profiling points let you perform actions at very specific time. For example, taking a memory snapshot in 
some precise point was not possible until now.
Comment 1 Tomas Hurka 2007-01-09 09:57:05 UTC
Integrated in trunk.