net.sourceforge.basher
Class YourKitProfilerContext

java.lang.Object
  extended by net.sourceforge.basher.ProfilerContext
      extended by net.sourceforge.basher.YourKitProfilerContext

public class YourKitProfilerContext
extends ProfilerContext

Author:
Johan Lindquist

Constructor Summary
YourKitProfilerContext()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isGarbageCollectAfterStop()
           
 boolean isGarbageCollectBeforeStart()
           
 void setGarbageCollectAfterStop(boolean garbageCollectAfterStop)
           
 void setGarbageCollectBeforeStart(boolean garbageCollectBeforeStart)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YourKitProfilerContext

public YourKitProfilerContext()
Method Detail

isGarbageCollectBeforeStart

public boolean isGarbageCollectBeforeStart()

setGarbageCollectBeforeStart

public void setGarbageCollectBeforeStart(boolean garbageCollectBeforeStart)

isGarbageCollectAfterStop

public boolean isGarbageCollectAfterStop()

setGarbageCollectAfterStop

public void setGarbageCollectAfterStop(boolean garbageCollectAfterStop)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2010 Basher Team. All Rights Reserved.