| org.netbeans.lib.profiler.tests.jfluid.CommonProfilerTestCase
All known Subclasses: org.netbeans.lib.profiler.tests.jfluid.wireio.CommonWireIOTestCase, org.netbeans.lib.profiler.tests.jfluid.benchmarks.JbbTestType, org.netbeans.lib.profiler.tests.jfluid.monitor.MonitorTestCase, org.netbeans.lib.profiler.tests.jfluid.BasicTest, org.netbeans.lib.profiler.tests.jfluid.others.MeasureDiffsTestCase, org.netbeans.lib.profiler.tests.jfluid.cpu.CPUSnapshotTestCase, org.netbeans.lib.profiler.tests.jfluid.profilingpoints.ProfilingPointsTestCase, org.netbeans.lib.profiler.tests.jfluid.memory.MemoryTestCase, org.netbeans.lib.profiler.tests.jfluid.perf.InstrumentationTest, org.netbeans.lib.profiler.tests.jfluid.cpu.CPUTestCase, org.netbeans.lib.profiler.tests.jfluid.memory.MemorySnapshotTestCase,
CommonProfilerTestCase | abstract public class CommonProfilerTestCase extends NbTestCase (Code) | | |
STATUS_APP_FINISHED | final public static int STATUS_APP_FINISHED(Code) | | |
STATUS_ERROR | final public static int STATUS_ERROR(Code) | | |
STATUS_FINISHED | final public static int STATUS_FINISHED(Code) | | |
STATUS_LIVERESULTS_AVAILABLE | final public static int STATUS_LIVERESULTS_AVAILABLE(Code) | | |
STATUS_MEASURED | final public static int STATUS_MEASURED(Code) | | |
STATUS_NONE | final public static int STATUS_NONE(Code) | | |
STATUS_RESULTS_AVAILABLE | final public static int STATUS_RESULTS_AVAILABLE(Code) | | |
STATUS_RUNNING | final public static int STATUS_RUNNING(Code) | | |
CommonProfilerTestCase | public CommonProfilerTestCase(String name)(Code) | | |
getStatus | public int getStatus()(Code) | | |
isStatus | public boolean isStatus(int status)(Code) | | |
log | public void log(double[] ar)(Code) | | |
log | public void log(int[] ar)(Code) | | |
setMainClass | public void setMainClass(String mainClass)(Code) | | |
setProjectName | public void setProjectName(String projectName)(Code) | | |
setRootMethods | public void setRootMethods(String[][] rootMethods)(Code) | | |
setStatus | public synchronized void setStatus(int status)(Code) | | |
unsetStatus | public synchronized void unsetStatus(int status)(Code) | | |
waitForStatus | public void waitForStatus(int status)(Code) | | |
waitForStatus | public synchronized void waitForStatus(int status, long timeout)(Code) | | |
|
|