|
BioDynaMo
v1.05.125-2619fe54
|
Decorator for Operations to measure runtime.
More...
#include <op_timer.h>
Public Member Functions | |
| OpTimer (std::string timer_msg) | |
| OpTimer (std::string timer_msg, const TOp &op) | |
| template<typename Container > | |
| void | operator() (Container *cells, uint16_t numa_node, uint16_t type_idx) |
| TOp * | operator-> () |
| const TOp * | operator-> () const |
Private Attributes | |
| std::string | timer_msg_ |
| TOp | operation_ |
Decorator for Operations to measure runtime.
Definition at line 27 of file op_timer.h.
|
inlineexplicit |
Definition at line 29 of file op_timer.h.
|
inlineexplicit |
Definition at line 30 of file op_timer.h.
|
inline |
Definition at line 34 of file op_timer.h.
|
inline |
Definition at line 45 of file op_timer.h.
|
inline |
Definition at line 46 of file op_timer.h.
|
private |
Definition at line 50 of file op_timer.h.
|
private |
Definition at line 49 of file op_timer.h.
1.8.17