Zen
A cross-platform functional programming language
|
Intrinsic timer type. More...
#include <zbl.hpp>
Public Member Functions | |
timer (const bool &start=false) | |
Default constructor. | |
int | getElapsed () const |
Get the elapsed time. | |
Private Attributes | |
QTime | _val |
The value. |
Intrinsic timer type.
timer | ( | const bool & | start = false | ) | [inline, explicit] |
Default constructor.
start | True if timer should start right away |
int getElapsed | ( | ) | const [inline] |
Get the elapsed time.