#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 |
TSystemTimer & | GetSystemTimer () |
TSystemClock & | GetSystemClock () |
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) |
TBenchmark.hh の 62 行で定義されています。
|
TBenchmark.cc の 21 行で定義されています。 |
|
TBenchmark.cc の 25 行で定義されています。 |
|
TBenchmark.cc の 61 行で定義されています。 参照 TSystemTimer::Lap(), theSystemTimer, と Tvoid. |
|
TBenchmark.hh の 123 行で定義されています。 参照 theStartTime, と Tstring. |
|
TBenchmark.hh の 128 行で定義されています。 参照 theStopTime, と Tstring. |
|
TBenchmark.hh の 118 行で定義されています。 参照 theSystemClock. |
|
TBenchmark.hh の 108 行で定義されています。 参照 theSystemClock. |
|
TBenchmark.hh の 113 行で定義されています。 参照 theSystemTimer. |
|
TBenchmark.hh の 103 行で定義されています。 参照 theSystemTimer. |
|
TBenchmark.cc の 55 行で定義されています。 参照 TSystemTimer::Lap(), theSystemTimer, と Tvoid. |
|
TBenchmark.cc の 35 行で定義されています。 参照 TSystemTimer::Lap(), TSystemTimer::Pause(), theSystemTimer, と Tvoid. |
|
TBenchmark.cc の 67 行で定義されています。 |
|
TBenchmark.cc の 42 行で定義されています。 |
|
TBenchmark.hh の 133 行で定義されています。 参照 theStartTime, と Tvoid. |
|
TBenchmark.hh の 139 行で定義されています。 参照 theStopTime, と Tvoid. |
|
TBenchmark.cc の 28 行で定義されています。 参照 TSystemTimer::Start(), theStartTime, theSystemClock, theSystemTimer, Tvoid, と TSystemClock::WhatTimeIsItNow(). |
|
TBenchmark.cc の 48 行で定義されています。 参照 TSystemTimer::Stop(), theStopTime, theSystemClock, theSystemTimer, Tvoid, と TSystemClock::WhatTimeIsItNow(). |
|
TBenchmark.cc の 73 行で定義されています。 |
|
TBenchmark.hh の 68 行で定義されています。 呼出 GetStartTime(), operator<<(), SetStartTime(), と Start(). |
|
TBenchmark.hh の 69 行で定義されています。 呼出 GetStopTime(), operator<<(), SetStopTime(), と Stop(). |
|
TBenchmark.hh の 67 行で定義されています。 呼出 GetSystemClock(), Start(), と Stop(). |
|
TBenchmark.hh の 66 行で定義されています。 呼出 Continue(), GetSystemTimer(), Lap(), operator<<(), Pause(), Restart(), Start(), と Stop(). |