public class StatKeeper extends java.lang.Object implements TestEventListener, java.io.Serializable
PerfInfo
,
TestRunInfo
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
copyrightNotice |
Constructor and Description |
---|
StatKeeper()
Constructs a statistics keeper.
|
StatKeeper(boolean ignored)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,com.itko.lisa.perfmgr.PerfInfo> |
getNodePerfs() |
java.lang.String |
getTestName() |
TestRunInfo |
getTestRunInfo() |
static void |
initPerfmon()
Deprecated.
|
static StatKeeper |
mergeStatKeepers(java.util.Set<StatKeeper> stats) |
void |
testEvent(TestEvent e)
Called by the TestEventMgr, and used to update our TestRunInfo and
SimulatorInfo collections.
|
java.lang.String |
toString() |
static int[] |
useSuiteFilter() |
static int[] |
useThisFilter() |
public static final java.lang.String copyrightNotice
public StatKeeper()
@Deprecated public StatKeeper(boolean ignored)
ignored
- only maintained for backward compatibility@Deprecated public static void initPerfmon()
public static int[] useThisFilter()
public static int[] useSuiteFilter()
public java.lang.String getTestName()
public TestRunInfo getTestRunInfo()
public java.util.Map<java.lang.String,com.itko.lisa.perfmgr.PerfInfo> getNodePerfs()
public void testEvent(TestEvent e)
testEvent
in interface TestEventListener
e
- the eventpublic static StatKeeper mergeStatKeepers(java.util.Set<StatKeeper> stats)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1998-2014 CA, Inc. All Rights Reserved.