|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.performance.PerformanceStats
public class PerformanceStats
Field Summary | |
---|---|
PerfEntryList |
entryList
|
Constructor Summary | |
---|---|
PerformanceStats()
|
Method Summary | |
---|---|
void |
cleanPerfStats()
Cleanup the Performance Stats List for a particular AssemblyLine. |
String |
dumpPerfStats()
Dumps the Timestamp and Memory usage. |
Enumeration |
getAllResultStats()
Get a list of all the entries in the pool. |
String |
getPerfStats(String component)
Returns the performance statistics for a component. |
void |
initPerfStats()
Initializes the Performance Recording for a particular AssemblyLine. |
void |
startPerfRecording(String component)
Starts the Performance Recording for a particular component. |
String |
stopPerfRecording(String Component)
Stops the Performance Recording for a particular component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PerfEntryList entryList
Constructor Detail |
---|
public PerformanceStats()
Method Detail |
---|
public void initPerfStats()
public void cleanPerfStats()
public void startPerfRecording(String component)
component
- This is a unique value which will be set, usually to indicate
the location from where the recording is startedpublic String stopPerfRecording(String Component)
Component
- This is a unique value which will be set, usually to indicate
the location from where the recording is started.
public String dumpPerfStats()
public Enumeration getAllResultStats()
public String getPerfStats(String component)
component
- The name of the component to get the performance statistics
for.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |