

Public Member Functions | |
| Profiler () | |
| void | reset () |
| void | start () |
| void | stop () |
| void | fullDescription (String msg) |
| void | addData (String key, String value) |
Static Public Member Functions | |
| void | main (String[] args) |
Private Attributes | |
| long | m_totalTime |
| long | m_minDuration |
| long | m_maxDuration |
| long | m_totalNumStarts |
| String | m_extraDescrip |
|
|
Standard constructor. |
|
||||||||||||
|
Adds data to description output |
|
|
Prints out a full description of all times that were saved along with other relevant statistical data.
|
|
|
For testing purposes only! |
|
|
Resets this objects values. Reimplemented from alma::acs::util::StopWatch.
|
|
|
Starts a timing operation. |
|
|
Stops a timing operation. Should only be called after a start invocation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8