Home
last modified time | relevance | path

Searched refs:metric (Results 1 – 4 of 4) sorted by relevance

/art/odrefresh/
Dodr_metrics_record.cc35 int64_t metric; in ReadInt64() local
36 tinyxml2::XMLError result = element->QueryInt64Text(&metric); in ReadInt64()
38 return metric; in ReadInt64()
50 int32_t metric; in ReadInt32() local
51 tinyxml2::XMLError result = element->QueryIntText(&metric); in ReadInt32()
53 return metric; in ReadInt32()
/art/libartbase/base/metrics/
DREADME.md9 Each metric has a `METRIC` entry which takes a name for the metric, a type
Dmetrics.h705 explicit AutoTimer(Metric* metric, bool autostart = true)
706 : running_{false}, start_time_microseconds_{}, metric_{metric} {
/art/runtime/
Dnative_gc_triggering.md70 currently allocated by this metric, as opposed to the change since the last GC. But that is