Searched refs:metric (Results 1 – 4 of 4) sorted by relevance
35 int64_t metric; in ReadInt64() local36 tinyxml2::XMLError result = element->QueryInt64Text(&metric); in ReadInt64()38 return metric; in ReadInt64()50 int32_t metric; in ReadInt32() local51 tinyxml2::XMLError result = element->QueryIntText(&metric); in ReadInt32()53 return metric; in ReadInt32()
9 Each metric has a `METRIC` entry which takes a name for the metric, a type
705 explicit AutoTimer(Metric* metric, bool autostart = true)706 : running_{false}, start_time_microseconds_{}, metric_{metric} {
70 currently allocated by this metric, as opposed to the change since the last GC. But that is