WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
coldbox.system.plugins.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 |
---|
Constructor
controller
Method Detail |
---|
Add a new timer row.
label
- The lable of the timer.tickcount
- The tickcounts of the time.Returns the entire timer query from the request scope.
Use this method to add a new timer entry to the timers.
Label
- The lable of the timer.Tickcount
- The tickcounts of the time.Start the Timer with label.
Label
Stop the timer with label
Label