er.profiling
Class PFStatsNode
java.lang.Object
er.profiling.PFStatsNode
public class PFStatsNode
- extends java.lang.Object
Constructor Summary |
PFStatsNode(java.lang.String name,
java.lang.String type,
java.lang.Object target,
java.lang.Object context)
|
Method Summary |
void |
addError(java.lang.String error)
|
java.util.List<PFStatsNode> |
children()
|
void |
clearErrors()
|
java.lang.Object |
context()
|
PFStatsNode.DurationCount |
countBetweenDurations(long minNanos,
long maxNanos)
|
protected void |
countBetweenDurations(long minNanos,
long maxNanos,
PFStatsNode.DurationCount durationCount)
|
java.util.Map<java.lang.String,java.lang.Long> |
counters()
|
int |
countOf(java.lang.String name,
boolean recursiveCount)
|
java.lang.String |
cssID()
|
int |
depth()
|
long |
duration()
|
double |
durationMillis()
|
long |
durationOf(java.lang.String name,
boolean recursiveSum)
|
double |
durationOfMillis(java.lang.String name,
boolean recursiveSum)
|
void |
end()
|
java.util.List<java.lang.String> |
errors()
|
boolean |
hasErrors()
|
long |
id()
|
void |
incrementCounter(java.lang.String counterName)
|
boolean |
isAtLeastPercentage(double minimumPercentage)
|
boolean |
isImportant()
|
boolean |
isLeaf()
|
boolean |
isRoot()
|
java.lang.String |
name()
|
long |
overhead()
|
PFStatsNode |
parentStats()
|
double |
percentage()
|
void |
pop()
|
PFStatsNode |
push(java.lang.String name,
java.lang.String type,
java.lang.Object target,
java.lang.Object context)
|
PFStatsNode |
rootStats()
|
void |
start()
|
java.lang.Object |
target()
|
java.lang.String |
type()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PFStatsNode
public PFStatsNode(java.lang.String name,
java.lang.String type,
java.lang.Object target,
java.lang.Object context)
clearErrors
public void clearErrors()
addError
public void addError(java.lang.String error)
hasErrors
public boolean hasErrors()
errors
public java.util.List<java.lang.String> errors()
type
public java.lang.String type()
parentStats
public PFStatsNode parentStats()
id
public long id()
name
public java.lang.String name()
target
public java.lang.Object target()
context
public java.lang.Object context()
depth
public int depth()
rootStats
public PFStatsNode rootStats()
isLeaf
public boolean isLeaf()
isRoot
public boolean isRoot()
start
public void start()
end
public void end()
overhead
public long overhead()
duration
public long duration()
durationMillis
public double durationMillis()
durationOf
public long durationOf(java.lang.String name,
boolean recursiveSum)
durationOfMillis
public double durationOfMillis(java.lang.String name,
boolean recursiveSum)
countOf
public int countOf(java.lang.String name,
boolean recursiveCount)
countBetweenDurations
public PFStatsNode.DurationCount countBetweenDurations(long minNanos,
long maxNanos)
countBetweenDurations
protected void countBetweenDurations(long minNanos,
long maxNanos,
PFStatsNode.DurationCount durationCount)
children
public java.util.List<PFStatsNode> children()
push
public PFStatsNode push(java.lang.String name,
java.lang.String type,
java.lang.Object target,
java.lang.Object context)
pop
public void pop()
percentage
public double percentage()
isAtLeastPercentage
public boolean isAtLeastPercentage(double minimumPercentage)
isImportant
public boolean isImportant()
cssID
public java.lang.String cssID()
incrementCounter
public void incrementCounter(java.lang.String counterName)
counters
public java.util.Map<java.lang.String,java.lang.Long> counters()
Copyright © 2002 – 2007 Project Wonder.