Searched defs:SampleRecord (Results 1 – 1 of 1) sorted by relevance
84 struct SampleRecord { struct85 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.