|
QDP++
|
Classes | |
| class | QDP::StopWatch |
Functions | |
| QDP::StopWatch::StopWatch () | |
| Constructor. | |
| QDP::StopWatch::~StopWatch () | |
| Destructor. | |
| void | QDP::StopWatch::reset () |
| Reset the timer. | |
| void | QDP::StopWatch::start () |
| Start the timer. | |
| void | QDP::StopWatch::stop () |
| Stop the timer. | |
| double | QDP::StopWatch::getTimeInMicroseconds () |
| Get time in microseconds. | |
| double | QDP::StopWatch::getTimeInSeconds () |
| Get time in seconds. | |
| double QDP::StopWatch::getTimeInMicroseconds | ( | ) |
Get time in microseconds.
Definition at line 111 of file qdp_stopwatch.cc.
| double QDP::StopWatch::getTimeInSeconds | ( | ) |
Get time in seconds.
Definition at line 116 of file qdp_stopwatch.cc.
Referenced by QDP::MapObjectDisk< K, V >::get(), QDP::MapObjectDisk< K, V >::insert(), QDP::HDF5::read(), QDP::HDF5::read(), QDP::HDF5Writer::write(), and QDP::HDF5Writer::write().
| void QDP::StopWatch::reset | ( | ) |
Reset the timer.
Definition at line 58 of file qdp_stopwatch.cc.
Referenced by QDP::MapObjectDisk< K, V >::get(), and QDP::MapObjectDisk< K, V >::insert().
| void QDP::StopWatch::start | ( | ) |
Start the timer.
Definition at line 67 of file qdp_stopwatch.cc.
References QDP::QDPIO::cerr.
Referenced by QDP::MapObjectDisk< K, V >::get(), QDP::MapObjectDisk< K, V >::insert(), QDP::HDF5::read(), QDP::HDF5::read(), QDP::HDF5Writer::write(), and QDP::HDF5Writer::write().
| void QDP::StopWatch::stop | ( | ) |
Stop the timer.
Definition at line 83 of file qdp_stopwatch.cc.
References QDP::QDPIO::cerr.
Referenced by QDP::MapObjectDisk< K, V >::get(), QDP::MapObjectDisk< K, V >::insert(), QDP::HDF5::read(), QDP::HDF5::read(), QDP::HDF5Writer::write(), and QDP::HDF5Writer::write().
| QDP::StopWatch::StopWatch | ( | ) |
Constructor.
Definition at line 13 of file qdp_stopwatch.cc.
| QDP::StopWatch::~StopWatch | ( | ) |
Destructor.
Definition at line 22 of file qdp_stopwatch.cc.