Searched refs:kUnits (Results 1 – 4 of 4) sorted by relevance
/external/openscreen/platform/base/ |
D | trivial_clock_traits.cc | 11 constexpr char kUnits[] = " \u03BCs"; // Greek Mu + "s" in operator <<() local 12 return os << d.count() << kUnits; in operator <<() 17 constexpr char kUnits[] = " \u03BCs-ticks"; // Greek Mu + "s-ticks" in operator <<() local 18 return os << tp.time_since_epoch().count() << kUnits; in operator <<()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_map.cc | 22 constexpr const char* kUnits = "Units"; variable 163 !deserializer.ParseString(prefix, kUnits, &units_str) || in ParseFields() 320 !serializer->WriteProperty(prefix, kUnits, in Serialize()
|
/external/perfetto/ui/src/tracks/cpu_freq/ |
D | frontend.ts | 74 const kUnits = ['', 'K', 'M', 'G', 'T', 'E']; constant 81 const yLabel = `${num} ${kUnits[unitGroup + 1]}Hz`;
|
/external/perfetto/ui/src/tracks/counter/ |
D | frontend.ts | 154 const kUnits = ['', 'K', 'M', 'G', 'T', 'E']; constant 169 yLabel = `${yMax / Math.pow(10, unitGroup * 3)} ${kUnits[unitGroup]}`;
|