Public Attributes | |
std::string | name |
The name of the range. | |
std::chrono::nanoseconds | elapsed {0} |
The total runtime of all invocations of the range in nanoseconds. | |
int64 | count {} |
The total number of invocations of the range. | |
std::vector< nested_summary_entry > | children {} |
The nested ranges inside this range. | |