|
ColdBox Platform Version 2.6.3 | ||||
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 coldbox.system.plugin |
---|
getPluginDescription, getPluginName, getPluginVersion, getpluginPath, setPluginDescription, setPluginName, setPluginVersion
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any 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 Version 2.6.3 | ||||
FRAMES |