#include <MRTimeRecord.h>
Public Member Functions | |
MRMESH_API std::chrono::nanoseconds | childTime () const |
std::chrono::nanoseconds | myTime () const |
double | mySeconds () const |
Public Member Functions inherited from MR::SimpleTimeRecord | |
double | seconds () const |
Public Attributes | |
TimeRecord * | parent = nullptr |
std::map< std::string, TimeRecord > | children |
Public Attributes inherited from MR::SimpleTimeRecord | |
int | count = 0 |
std::chrono::nanoseconds | time = {} |
MRMESH_API std::chrono::nanoseconds MR::TimeRecord::childTime | ( | ) | const |
|
inline |
|
inline |
std::map<std::string, TimeRecord> MR::TimeRecord::children |
TimeRecord* MR::TimeRecord::parent = nullptr |