PFProfiler Class Reference
List of all members.
|
Classes |
| interface | Delegate |
| class | LRUMap< U, V > |
Static Public Member Functions |
| static PFStatsNode | currentStats () |
| static void | didAppendToResponse (WOElement element, WOResponse response, WOContext context) |
| static void | endRequest (WORequest request) |
| static void | incrementCounter (String counterName) |
| static synchronized long | nextStatsID () |
| static PFStatsNode | popStats () |
| static void | pushStats (String name, String type, Object target, Object context) |
| static void | registerRequestHandler () |
| static void | setCurrentStats (PFStatsNode stats) |
| static void | setStatsWithID (PFStatsNode stats, String id) |
| static void | startRequest (WORequest request) |
| static PFStatsNode | statsWithID (String id) |
| static void | willAppendToResponse (WOElement element, WOResponse response, WOContext context) |
Static Package Functions |
| | [static initializer] |
Static Private Attributes |
| static ThreadLocal< PFStatsNode > | _currentStats |
| static List< PFProfiler.Delegate > | _delegates |
| static Map< String, PFStatsNode > | _stats |
| static long | _statsID |
Member Function Documentation
| [static initializer] |
( |
|
) |
[static, package] |
| static void didAppendToResponse |
( |
WOElement |
element, |
|
|
WOResponse |
response, |
|
|
WOContext |
context | |
|
) |
| | [static] |
| static void endRequest |
( |
WORequest |
request |
) |
[static] |
| static void incrementCounter |
( |
String |
counterName |
) |
[static] |
| static synchronized long nextStatsID |
( |
|
) |
[static] |
| static void pushStats |
( |
String |
name, |
|
|
String |
type, |
|
|
Object |
target, |
|
|
Object |
context | |
|
) |
| | [static] |
| static void registerRequestHandler |
( |
|
) |
[static] |
| static void setCurrentStats |
( |
PFStatsNode |
stats |
) |
[static] |
| static void startRequest |
( |
WORequest |
request |
) |
[static] |
| static void willAppendToResponse |
( |
WOElement |
element, |
|
|
WOResponse |
response, |
|
|
WOContext |
context | |
|
) |
| | [static] |
Member Data Documentation
List<PFProfiler.Delegate> _delegates [static, private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/Misc/ERProfiling/Sources/er/profiling/PFProfiler.java