| Modifier and Type | Method | Description |
|---|---|---|
JprofilerProfile |
JprofilerProfile.defaultSamplingStack() |
Use the default stack size for sampling.
|
JprofilerProfile |
JprofilerProfile.defaultStack() |
Use the default stack size for dynamic instrumentation.
|
static JprofilerProfile |
JprofilerProfile.disabled() |
Create a
JprofilerProfile that is disabled. |
static JprofilerProfile |
JprofilerProfile.enabled(String agentLibraryFile) |
Create a
JprofilerProfile that is enabled and will use the
JProfiler agent at the specified location. |
static JprofilerProfile |
JprofilerProfile.enabledNoWait(String agentLibraryFile) |
Create a
JprofilerProfile that is enabled and will use the
JProfiler agent at the specified location. |
JprofilerProfile |
JprofilerProfile.jniInterception(boolean jniInterception) |
Enable the detection of object allocations via JNI calls.
|
JprofilerProfile |
JprofilerProfile.listenMode() |
Start the application in listen mode listening on the default
address and port.
|
JprofilerProfile |
JprofilerProfile.listenMode(JprofilerProfile.ListenAddress listenAddress) |
Start the application in listen mode listening on the specified
JprofilerProfile.ListenAddress. |
JprofilerProfile |
JprofilerProfile.noWait() |
Do not wait for JProfiler to connect when the application JVM starts.
|
JprofilerProfile |
JprofilerProfile.offlineMode(int sessionId) |
Run JProfiler in offline mode using the specified session ID from the file.
|
JprofilerProfile |
JprofilerProfile.offlineMode(File configurationFile,
int sessionId) |
Run JProfiler in offline mode using the specified configuration XML file
and the specified session ID from the file.
|
JprofilerProfile |
JprofilerProfile.samplingStack(int samplingStack) |
Set the maximum stack size for sampling.
|
JprofilerProfile |
JprofilerProfile.stack(int stack) |
Set the maximum stack size for dynamic instrumentation.
|
JprofilerProfile |
JprofilerProfile.startSuspended() |
Start the application suspended and wait for JProfiler to connect.
|
JprofilerProfile |
JprofilerProfile.verbose(boolean verbose) |
JProfiler will print the names of all instrumented classes to stderr.
|
Copyright © 2018. All rights reserved.