[[Dashboard | << Back to Dashboard ]] {| align="right" | __TOC__ |} = Exploring the Timer Plugin = == Overview == This is the Timer plugin. It is used to time executions. Facade for request variable == logTime == Use this method to add a new timer entry to the timers. === Returns === * This function returns ''void'' === Arguments === {| cellpadding="5", class="tablelisting" ! '''Key''' !! '''Type''' !! '''Required''' !! '''Default''' !! '''Description''' |- | Label || string || Yes || --- || The lable of the timer. |- | Tickcount || string || Yes || --- || The tickcounts of the time. |} === Examples === == getTimerScope == Returns the entire timer query from the request scope. === Returns === * This function returns ''query'' === Examples === == stop == Stop the timer with label === Returns === * This function returns ''void'' === Arguments === {| cellpadding="5", class="tablelisting" ! '''Key''' !! '''Type''' !! '''Required''' !! '''Default''' !! '''Description''' |- | Label || string || Yes || --- || |} === Examples === == start == Start the Timer with label. === Returns === * This function returns ''void'' === Arguments === {| cellpadding="5", class="tablelisting" ! '''Key''' !! '''Type''' !! '''Required''' !! '''Default''' !! '''Description''' |- | Label || string || Yes || --- || |} === Examples ===