Skip navigation links
org.netbeans.modules.sampler 1.39

Sampler
Under Development

See: Description

Sampler 
Package Description
org.netbeans.modules.sampler  

SamplerAPI allows anyone to self-sample NetBeans Platform based application.

What is New (see all changes)?

Use Cases

User controlled sampling
There needs to be a simple API for someone who wants to create simple user action which starts and stops self-sampling and presents user with sampled results.

The correct way to achieve this is to call Sampler.createManualSampler, followed by Sampler.start() and Sampler.stop().
Sampling of the slow operation
Second major use-case of the Sampling API is sampling of the slow operation.

The correct way to achieve this is to call Sampler.createSampler(), followed by Sampler.start() and Sampler.stopAndWriteTo(DataOutputStream dos).

Exported Interfaces

This table lists all of the module exported APIs with defined stability classifications. It is generated based on answers to questions about the architecture of the module. Read them all...
Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
SamplerAPIExportedUnder Development .../modules/sampler/package-summary.html

Implementation Details

Where are the sources for the module?

The sources for the module are in the Apache Git repositories or in the GitHub repositories.

What do other modules need to do to declare a dependency on this one, in addition to or instead of a plain module dependency?

Nothing.

Read more about the implementation in the answers to architecture questions.

Skip navigation links
org.netbeans.modules.sampler 1.39