/
class Geo GeoTimer
This is the documentation for Enlighten.
class Geo GeoTimer
class Geo::GeoTimer
A simple task timer Construct a GeoTimer, then as each task begins simply create a local GeoTimer::Task object to automatically start and stop the clock.
Data is held for all Task objects created. Tasks can have child tasks that do not stop the parent.
Classes
Name | Description |
---|---|
Geo::GeoTimer::Task | The Task object that the user creates to wrap an activity. |
Functions
Name | Description |
---|---|
ShowReport(bool) | Display the timing results through GeoPrintf. |
void Geo::GeoTimer::ShowReport
public: void ShowReport
(
bool finishTasks
)
Display the timing results through GeoPrintf.
Parameters
finishTasks | [Optional] Should we stop all running tasks (default true) |
, multiple selections available,
Related content
class Geo GeoTimer Task
class Geo GeoTimer Task
More like this
module System
module System
More like this
module System
module System
More like this
module System
module System
More like this
class Geo QuickTaskTimer
class Geo QuickTaskTimer
More like this
class Geo QuickTaskTimer
class Geo QuickTaskTimer
More like this