Searched defs:PersistentHistogramData (Results 1 – 1 of 1) sorted by relevance
226 struct PersistentHistogramAllocator::PersistentHistogramData { struct in base::PersistentHistogramAllocator227 int32_t histogram_type;228 int32_t flags;229 int32_t minimum;230 int32_t maximum;231 uint32_t bucket_count;232 PersistentMemoryAllocator::Reference ranges_ref;233 uint32_t ranges_checksum;234 PersistentMemoryAllocator::Reference counts_ref;235 HistogramSamples::Metadata samples_metadata;[all …]