[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/horde/framework/Horde/Support/ -> Timer.php (summary)

(no description)

File Size: 59 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Horde_Support_Timer:: (2 methods):
  push()
  pop()


Class: Horde_Support_Timer  - X-Ref

Simple interface for timing operations.

<code>
$t = new Horde_Support_Timer;
$t->push();
$elapsed = $t->pop();
</code>

Copyright 1999-2014 Horde LLC (http://www.horde.org/)

push()   X-Ref
Push a new timer start on the stack.


pop()   X-Ref
Pop the latest timer start and return the difference with the current
time.

return: float The amount of time passed.



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1