|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jour.rt.swingmonitor.MethodExceutionStatistics
TODO ...
Created on 04.12.2004
Contributing Author(s):
Misha Lifschitz
Field Summary
static java.lang.String[]columnNames
(package private) longcountTotal
protected static org.apache.log4j.Loggerlog
(package private) TimeBaseAccumulationListtotals
Constructor Summary
MethodExceutionStatistics(ViewFilter viewFilter)
Method Summary
voidaddStartedMethodEvent(ProfilerEvent event)
longgetCountTotal()
MethodAccumulationgetMethodStat(java.lang.Object methodId,
ProfilerEvent endMethodEvent,
MatchFilter filter)
java.lang.Object[][]getReport()
DOCUMENT ME!
TimeBaseAccumulationListgetTotals()
java.lang.StringgetUiMethodSignature(ProfilerEvent endMethodEvent)
booleanprocessEvent(ProfilerEvent event,
MatchFilter filter)
DOCUMENT ME!
voidrecalcMethodStat(ProfilerEvent endMethodEvent,
MatchFilter filter)
voidreset()
booleansaveReport(java.io.File file,
java.lang.Object[][] data)
voidwriteCSV(java.io.BufferedWriter bw,
java.lang.Object[] line)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
log
protected static final org.apache.log4j.Logger log
totals
TimeBaseAccumulationList totals
columnNames
public static final java.lang.String[] columnNames
countTotal
long countTotal
Constructor Detail
MethodExceutionStatistics
public MethodExceutionStatistics(ViewFilter viewFilter)
Method Detail
getCountTotal
public long getCountTotal()
processEvent
public boolean processEvent(ProfilerEvent event,
MatchFilter filter)
recalcMethodStat
public void recalcMethodStat(ProfilerEvent endMethodEvent,
MatchFilter filter)
addStartedMethodEvent
public void addStartedMethodEvent(ProfilerEvent event)
getMethodStat
public MethodAccumulation getMethodStat(java.lang.Object methodId,
ProfilerEvent endMethodEvent,
MatchFilter filter)
getReport
public java.lang.Object[][] getReport()
writeCSV
public void writeCSV(java.io.BufferedWriter bw,
java.lang.Object[] line)
throws java.io.IOException
java.io.IOException
saveReport
public boolean saveReport(java.io.File file,
java.lang.Object[][] data)
reset
public void reset()
getUiMethodSignature
public java.lang.String getUiMethodSignature(ProfilerEvent endMethodEvent)
getTotals
public TimeBaseAccumulationList getTotals()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2004 sourceforge. All Rights Reserved.