com.retek.commons.util.profiling
Class YourKitMemoryProfiler

java.lang.Object
  extended bycom.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


Constructor Summary
YourKitMemoryProfiler()
           
 
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
 

Constructor Detail

YourKitMemoryProfiler

public YourKitMemoryProfiler()
Method Detail

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28