Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_sample_map.cc84 struct SampleRecord { struct
85 uint64_t id; // Unique identifier of owner.
86 Sample value; // The value for which this record holds a count.
87 Count count; // The count associated with the above value.