lucee.Componentcbdebugger.Timer
This is the Timer Debugger Model. It is used to time executions. Facade for request variable
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
debuggerService
|
true
|
false
|
Constructor Summary | |
---|---|
init()
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 lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- debuggerService@cbdebuggerserializable
- trueMethod 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