|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jour.statistic.AccumulationItem net.sf.jour.statistic.AccumulationItmesList net.sf.jour.statistic.TimeBaseAccumulationList net.sf.jour.statistic.MethodAccumulation
TODO Add docs
Created on 13.12.2004
Contributing Author(s):
Misha Lifschitz
Field Summary
static java.lang.String
ATTRIBUTE_NAME
protected static org.apache.log4j.Logger
log
Fields inherited from class net.sf.jour.statistic.TimeBaseAccumulationList
ATTRIBUTE_TIME_START
Constructor Summary
MethodAccumulation(java.lang.String name)
Method Summary
void
add(ProfilerEvent startMethodEvent,
ProfilerEvent endMethodEvent)
long
getCount()
long
getExceptionCount()
double
getFirstExec()
double
getFirstRunElapsedTime()
java.lang.String
getName()
void
reset()
void
setFirstExec(double firstExec)
void
setName(java.lang.String name)
Methods inherited from class net.sf.jour.statistic.TimeBaseAccumulationList
add, getCallPerMinute, getPeriod, getTimeFrame, onNewAccumulation, roundTimeStamp, setTimeFrame, timeStampKey
Methods inherited from class net.sf.jour.statistic.AccumulationItmesList
add, createAccumulation, getItem, getKeys
Methods inherited from class net.sf.jour.statistic.AccumulationItem
add, add, getAttribute, getMax, getMean, getMin, getStandardDeviation, getTotal, setAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.jour.statistic.Accumulation
add, getAttribute, getMax, getMean, getMin, getStandardDeviation, getTotal, setAttribute
Field Detail
log
protected static final org.apache.log4j.Logger log
ATTRIBUTE_NAME
public static final java.lang.String ATTRIBUTE_NAME
Constructor Detail
MethodAccumulation
public MethodAccumulation(java.lang.String name)
Method Detail
reset
public void reset()
reset
in interface Accumulation
reset
in class AccumulationItmesList
setName
public void setName(java.lang.String name)
setName
in class TimeBaseAccumulationList
add
public void add(ProfilerEvent startMethodEvent,
ProfilerEvent endMethodEvent)
getCount
public long getCount()
getCount
in interface Accumulation
getCount
in class AccumulationItem
getFirstRunElapsedTime
public double getFirstRunElapsedTime()
getName
public java.lang.String getName()
getName
in interface Accumulation
getName
in class TimeBaseAccumulationList
getFirstExec
public double getFirstExec()
setFirstExec
public void setFirstExec(double firstExec)
firstExec
- The firstExec to set.
getExceptionCount
public long getExceptionCount()
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.