jp.osdl.jbento2.analyzer
クラス GCSample
java.lang.Object
jp.osdl.jbento2.analyzer.GCTransition
jp.osdl.jbento2.analyzer.GCSample
public class GCSample
- extends GCTransition
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_GC
public static final int TYPE_GC
- 関連項目:
- 定数フィールド値
TYPE_FULL_GC
public static final int TYPE_FULL_GC
- 関連項目:
- 定数フィールド値
GCSample
public GCSample()
setNewGC
public void setNewGC(GCTransition newGC)
getNewGC
public GCTransition getNewGC()
setTenuredGC
public void setTenuredGC(GCTransition tenuredGC)
getTenuredGC
public GCTransition getTenuredGC()
setPermGC
public void setPermGC(GCTransition permGC)
getPermGC
public GCTransition getPermGC()
getStartTime
public long getStartTime()
setStartTime
public void setStartTime(long startTime)
getType
public int getType()
setType
public void setType(int type)
calculate
public void calculate()
Copyright © 2005-2008 The JBento Project. All Rights Reserved.