de.infinityloop.util.sys
Class YourkitController

java.lang.Object
  extended by de.infinityloop.util.sys.YourkitController

public class YourkitController
extends java.lang.Object

Static functions for controlling a profiler from UPL.

Author:
Christian Roth

Field Summary
static Controller yourKitController
           
 
Constructor Summary
YourkitController()
           
 
Method Summary
static void advanceGeneration(UPLString name)
          Increase generation counter
static void captureMemorySnapshot()
          Capture a memory snapshot
static void forceGC()
          Force garbage collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

yourKitController

public static Controller yourKitController
Constructor Detail

YourkitController

public YourkitController()
Method Detail

forceGC

public static void forceGC()
Force garbage collection


advanceGeneration

public static void advanceGeneration(UPLString name)
Increase generation counter


captureMemorySnapshot

public static void captureMemorySnapshot()
Capture a memory snapshot