Public Attributes | |
std::string | name |
The name of the range. | |
std::chrono::nanoseconds | inclusive {0} |
The total runtime of all invocations of the range in nanoseconds. | |
std::chrono::nanoseconds | exclusive {0} |
The total runtime of all invocations of the range in nanoseconds, excluding the runtime of all nested ranges. | |
int64 | count {} |
The total number of invocations of the range. | |