This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

  • No labels