Timer that on destruction outputs the time elapsed since construction.
More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/common/auto_timer.hpp>
|
std::string | m_text |
|
tbb::tick_count | m_start |
|
Timer that on destruction outputs the time elapsed since construction.
Bempp::AutoTimer::AutoTimer |
( |
const char * |
text = 0 | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
[in] | text | Message to be printed on destruction. |
Bempp::AutoTimer::AutoTimer |
( |
const std::string & |
text = std::string() | ) |
|
|
inlineexplicit |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
The documentation for this class was generated from the following file: