com.retek.commons.util.profiling
Class YourKitMemoryProfiler
java.lang.Object
com.retek.commons.util.profiling.YourKitMemoryProfiler
- All Implemented Interfaces:
- MemoryWatcherProfiler
- public class YourKitMemoryProfiler
- extends java.lang.Object
- implements MemoryWatcherProfiler
Plug-in class for the MemoryWatcher which profiles using
the YourKitMemoryProfiler.
To run this profiler plug-in the following must be setup:
* Add VM parameter -Xrunyjpagent
* Make sure \bin is in the PATH under Windows or /bin is in the LD_LIBRARY_PATH under Linux
Method Summary |
void |
profile()
Perform work to profile/snapshot the jvm. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YourKitMemoryProfiler
public YourKitMemoryProfiler()
profile
public void profile()
throws java.lang.Exception
- Description copied from interface:
MemoryWatcherProfiler
- Perform work to profile/snapshot the jvm.
- Specified by:
profile
in interface MemoryWatcherProfiler
- Throws:
java.lang.Exception
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25