#include <TBenchmark.hh>
TBenchmarkのコラボレーション図
Public メソッド | |
TBenchmark (const Tstring &unit=Tsec) | |
virtual | ~TBenchmark () |
virtual Tvoid | Start () |
virtual Tvoid | Pause () |
virtual Tvoid | Stop () |
virtual Tvoid | Lap () |
virtual Tvoid | Restart () |
virtual Tvoid | Continue () |
virtual Tvoid | PrintResult () |
const TSystemTimer & | GetSystemTimer () const |
const TSystemClock & | GetSystemClock () const |
const Tstring & | GetStartTime () const |
const Tstring & | GetStopTime () const |
Tvoid | SetStartTime (const Tstring &time) |
Tvoid | SetStopTime (const Tstring &time) |
Protected 変数 | |
TSystemTimer | theSystemTimer |
TSystemClock | theSystemClock |
Tstring | theStartTime |
Tstring | theStopTime |
フレンド | |
Tostream & | operator<< (Tostream &tos, const TBenchmark &right) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|