public class XProfile extends Object
Constructor and Description |
---|
XProfile() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
main the main routine.
|
static void |
start(int samplesPerSecond)
Activate profiling by adding a shutdown hook to print results and
start sampling thread to collect information.
|
static void |
startSamplingThread()
startSamplingThread starts a new thread for sampling.
|
public static void startSamplingThread()
public static void start(int samplesPerSecond)
public static void main(String[] args)
args
- the arguments array, must be at least of length
1. args[0] is the main class name, args[1..args.length-1] are the
arguments to the main class' main() routine.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.