Searched defs:TraceValue (Results 1 – 1 of 1) sorted by relevance
59 struct TraceValue { struct60 TraceValue(const char* units, uint64_t value) : units(units), value(value), count(1) {} in TraceValue() argument61 TraceValue(const TraceValue& v) : units(v.units), value(v.value), count(v.count) {} in TraceValue() argument76 TraceValue ConvertUnits(const TraceValue& value); argument