Serialized Form
statisticsByTag
SortedMap<K,V> statisticsByTag
startTime
long startTime
stopTime
long stopTime
createRollupStatistics
boolean createRollupStatistics
timeThreshold
long timeThreshold
- This threshold determines if a log call will be made. Only elapsed times greater than this amount will be logged.
normalAndSlowSuffixesEnabled
boolean normalAndSlowSuffixesEnabled
- Set this to true if both normal and slow suffixes should be appended to every StopWatch tag.
normalSuffix
String normalSuffix
- If normalAndSlowSuffixesEnabled == true then this suffix will be appended to the tag for elapsedTimes < timeThreshold.
If normalAndSlowSuffixesEnabled == true and timeThreshold == 0 then this suffix will ALWAYS be appended to the tag.
slowSuffix
String slowSuffix
- If normalAndSlowSuffixesEnabled == true then this suffix will be appended to the tag for elapsedTimes >= timeThreshold.
If normalAndSlowSuffixesEnabled == true and timeThreshold == 0 then this suffix will NEVER be appended to the tag.
serialVersionUID: 8453041765823416495L
startTime
long startTime
nanoStartTime
long nanoStartTime
elapsedTime
long elapsedTime
tag
String tag
message
String message
wrappedTask
Callable<V> wrappedTask
stopWatch
LoggingStopWatch stopWatch
wrappedTask
Runnable wrappedTask
stopWatch
LoggingStopWatch stopWatch
mean
double mean
runningQ
double runningQ
max
long max
min
long min
count
int count
Package org.perf4j.commonslog |
logger
Log logger
normalPriority
int normalPriority
exceptionPriority
int exceptionPriority
Package org.perf4j.helpers |
attributeName
String attributeName
minValue
double minValue
maxValue
double maxValue
Package org.perf4j.javalog |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
normalPriority
Level normalPriority
exceptionPriority
Level exceptionPriority
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
normalPriority
Level normalPriority
exceptionPriority
Level exceptionPriority
Package org.perf4j.log4j.servlet |
Package org.perf4j.logback.servlet |
Package org.perf4j.servlet |
graphNames
List<E> graphNames
- Setting an init parameter "graphNames" to a comma-separated list of the names of graphs to display by default
sets this member variable. Subclass implementations determine how graphs are named. For example, the
GraphingServlet
uses the names of
GraphingStatisticsAppender
s to determine which graphs to show.
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
normalPriority
int normalPriority
exceptionPriority
int exceptionPriority
Copyright © 2008-2011 perf4j.org. All Rights Reserved.