31#include "neml2/misc/types.h"
36std::map<std::string, std::map<std::string, unsigned long>> &
timed_sections();
49 const std::string _name;
50 const std::string _section;
51 const std::chrono::time_point<std::chrono::high_resolution_clock> _t0;
Definition DiagnosticsInterface.cxx:30
std::string name(ElasticConstant p)
Definition ElasticityConverter.cxx:30
std::map< std::string, std::map< std::string, unsigned long > > & timed_sections()
Definition guards.cxx:35
TimedSection & operator=(TimedSection &&)=delete
~TimedSection()
Definition guards.cxx:48
TimedSection & operator=(const TimedSection &)=delete
TimedSection(TimedSection &&)=delete
TimedSection(const TimedSection &)=delete
TimedSection(std::string name, std::string section)
Definition guards.cxx:41