|
Panda3D
|
Public Member Functions | |
| ProfileTimer (ProfileTimer const other) | |
| ProfileTimer (string name, int maxEntries) | |
| ProfileTimer () | |
| ProfileTimer (string name) | |
| consolidateTo () | |
| consolidateTo (ostream out) | |
| double | getTotalTime () |
| init (string name, int maxEntries) | |
| init (string name) | |
| mark (string tag) | |
| off () | |
| off (string tag) | |
| on () | |
| printTo () | |
| printTo (ostream out) | |
Static Public Member Functions | |
| static | consolidateAllTo (ostream out) |
| static | consolidateAllTo () |
| static | printAllTo (ostream out) |
| static | printAllTo () |
| ProfileTimer | ( | ProfileTimer const | other | ) |
| ProfileTimer | ( | string | name, |
| int | maxEntries | ||
| ) |
| ProfileTimer | ( | string | name | ) |
| ProfileTimer | ( | ) |
| static consolidateAllTo | ( | ostream | out | ) | [static] |
| static consolidateAllTo | ( | ) | [static] |
| consolidateTo | ( | ostream | out | ) |
| consolidateTo | ( | ) |
| double getTotalTime | ( | ) |
| init | ( | string | name | ) |
| init | ( | string | name, |
| int | maxEntries | ||
| ) |
| mark | ( | string | tag | ) |
| off | ( | ) |
| off | ( | string | tag | ) |
| on | ( | ) |
| static printAllTo | ( | ) | [static] |
| static printAllTo | ( | ostream | out | ) | [static] |
| printTo | ( | ostream | out | ) |
| printTo | ( | ) |
1.7.3