|
HDK
|
#include <UT_PerfMonUtils.h>
Public Member Functions | |
| UT_TimeBlock (const SYS_TimeVal &start, const SYS_TimeVal &end) | |
| fpreal | time () const |
Public Attributes | |
| SYS_TimeVal | myStart |
| SYS_TimeVal | myEnd |
Definition at line 28 of file UT_PerfMonUtils.h.
| UT_TimeBlock::UT_TimeBlock | ( | const SYS_TimeVal & | start, |
| const SYS_TimeVal & | end | ||
| ) |
| fpreal UT_TimeBlock::time | ( | ) | const |
| SYS_TimeVal UT_TimeBlock::myEnd |
Definition at line 35 of file UT_PerfMonUtils.h.
| SYS_TimeVal UT_TimeBlock::myStart |
Definition at line 34 of file UT_PerfMonUtils.h.