public class PFProfiler extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PFProfiler.Delegate |
protected static class |
PFProfiler.LRUMap<U,V> |
Constructor and Description |
---|
PFProfiler() |
Modifier and Type | Method and Description |
---|---|
static PFStatsNode |
currentStats() |
static void |
didAppendToResponse(WOElement element,
WOResponse response,
WOContext context) |
static void |
endRequest(WORequest request) |
static void |
incrementCounter(String counterName) |
static 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) |
public static long nextStatsID()
public static void setCurrentStats(PFStatsNode stats)
public static PFStatsNode currentStats()
public static void startRequest(WORequest request)
public static void endRequest(WORequest request)
public static PFStatsNode popStats()
public static void incrementCounter(String counterName)
public static void willAppendToResponse(WOElement element, WOResponse response, WOContext context)
public static void didAppendToResponse(WOElement element, WOResponse response, WOContext context)
public static void setStatsWithID(PFStatsNode stats, String id)
public static PFStatsNode statsWithID(String id)
public static void registerRequestHandler()
Copyright © 2002 – 2024 Project Wonder.