Home
last modified time | relevance | path

Searched defs:SampleRecord (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_sample_map.cc86 struct SampleRecord { struct
88 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1;
91 static constexpr size_t kExpectedInstanceSize = 16;
93 uint64_t id; // Unique identifier of owner.
94 Sample value; // The value for which this record holds a count.
95 Count count; // The count associated with the above value.