PFStatsNode Class Reference
List of all members.
|
Classes |
| class | DurationCount |
Public Member Functions |
| void | addError (String error) |
| List< PFStatsNode > | children () |
| void | clearErrors () |
| Object | context () |
| DurationCount | countBetweenDurations (long minNanos, long maxNanos) |
| Map< String, Long > | counters () |
| int | countOf (String name, boolean recursiveCount) |
| String | cssID () |
| int | depth () |
| long | duration () |
| double | durationMillis () |
| long | durationOf (String name, boolean recursiveSum) |
| double | durationOfMillis (String name, boolean recursiveSum) |
| void | end () |
| List< String > | errors () |
| boolean | hasErrors () |
| long | id () |
| void | incrementCounter (String counterName) |
| boolean | isAtLeastPercentage (double minimumPercentage) |
| boolean | isImportant () |
| boolean | isLeaf () |
| boolean | isRoot () |
| String | name () |
| long | overhead () |
| PFStatsNode | parentStats () |
| double | percentage () |
| | PFStatsNode (String name, String type, Object target, Object context) |
| void | pop () |
| PFStatsNode | push (String name, String type, Object target, Object context) |
| PFStatsNode | rootStats () |
| void | start () |
| Object | target () |
| String | type () |
Protected Member Functions |
| void | countBetweenDurations (long minNanos, long maxNanos, DurationCount durationCount) |
Private Attributes |
| List< PFStatsNode > | _children |
| Object | _context |
| Map< String, Long > | _counters |
| long | _endTime |
| List< String > | _errors |
| long | _id |
| String | _name |
| PFStatsNode | _parent |
| long | _startTime |
| Object | _target |
| String | _type |
Constructor & Destructor Documentation
Member Function Documentation
| void addError |
( |
String |
error |
) |
|
| void countBetweenDurations |
( |
long |
minNanos, |
|
|
long |
maxNanos, |
|
|
DurationCount |
durationCount | |
|
) |
| | [protected] |
| DurationCount countBetweenDurations |
( |
long |
minNanos, |
|
|
long |
maxNanos | |
|
) |
| | |
| Map<String, Long> counters |
( |
|
) |
|
| int countOf |
( |
String |
name, |
|
|
boolean |
recursiveCount | |
|
) |
| | |
| double durationMillis |
( |
|
) |
|
| long durationOf |
( |
String |
name, |
|
|
boolean |
recursiveSum | |
|
) |
| | |
| double durationOfMillis |
( |
String |
name, |
|
|
boolean |
recursiveSum | |
|
) |
| | |
| void incrementCounter |
( |
String |
counterName |
) |
|
| boolean isAtLeastPercentage |
( |
double |
minimumPercentage |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/Misc/ERProfiling/Sources/er/profiling/PFStatsNode.java