|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
coldbox.system.plugins.Timer
public class Timer
This is the Timer plugin. It is used to time executions. Facade for request variable
Constructor Summary | |
---|---|
init(any controller)
Constructor |
Method Summary | |
---|---|
private void |
addRow(string label, string tickcount)
Add a new timer row |
query |
getTimerScope()
Returns the entire timer query from the request scope |
void |
logTime(string Label, string Tickcount)
Use this method to add a new timer entry to the timers |
void |
start(string Label)
Start the Timer with label |
void |
stop(string Label)
Stop the timer with label |
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Constructor Detail |
---|
public init(any controller)
controller
Method Detail |
---|
private void addRow(string label, string tickcount)
label
- The lable of the timer.tickcount
- The tickcounts of the time.public query getTimerScope()
public void logTime(string Label, string Tickcount)
Label
- The lable of the timer.Tickcount
- The tickcounts of the time.public void start(string Label)
Label
public void stop(string Label)
Label
|
ColdBox Platform v3.8.0 | ||||
FRAMES |