29#ifndef __AndroidTimer_H__
30#define __AndroidTimer_H__
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...
Reference-counted shared pointer, used for objects where implicit destruction is required.
bool setOption(const String &strKey, const void *pValue)
Method for setting a specific option of the Timer.
unsigned long getMicrosecondsCPU()
Returns microseconds since initialisation or last reset, only CPU time measured.
unsigned long getMillisecondsCPU()
Returns milliseconds since initialisation or last reset, only CPU time measured.
void reset()
Resets timer.
unsigned long getMicroseconds()
Returns microseconds since initialisation or last reset.
unsigned long getMilliseconds()
Returns milliseconds since initialisation or last reset.