Searched defs:TraceValue (Results 1 – 1 of 1) sorted by relevance
57 struct TraceValue { struct58 TraceValue(const char* units, uint64_t value) : units(units), value(value), count(1) {} in TraceValue() argument59 TraceValue(const TraceValue& v) : units(v.units), value(v.value), count(v.count) {} in TraceValue() argument68 TraceValue convertUnits(const TraceValue& value); argument