template<class TIMER>
class qmcplusplus::TimerList< TIMER >
Definition at line 159 of file TimerManager.h.
◆ TimerList()
Definition at line 163 of file TimerManager.h.
167 this->reserve(timer_list.size());
168 for (std::size_t i = 0; i < timer_list.size(); i++)
170 if (i !=
static_cast<std::underlying_type_t<T>
>(timer_list[i].
id))
171 throw std::runtime_error(
"Mismatch between index and enumeration");
172 this->push_back(*manager.createTimer(timer_list[i].name, timer_level));
The documentation for this class was generated from the following file:
- /home/pk7/projects/qmc/for_cron_doxygen/qmcpack/src/Utilities/TimerManager.h