15 #ifndef CORE_OPERATION_OP_TIMER_H_
16 #define CORE_OPERATION_OP_TIMER_H_
26 template <
typename TOp>
30 explicit OpTimer(std::string timer_msg,
const TOp& op)
33 template <
typename Container>
34 void operator()(Container* cells, uint16_t numa_node, uint16_t type_idx) {
37 if (param->statistics) {
55 #endif // CORE_OPERATION_OP_TIMER_H_