Home | History | Annotate | Download | only in metrics

Lines Matching defs:HISTOGRAM

30 // HistogramBase, add new histogram types and names below.
33 HISTOGRAM,
42 // Create or find existing histogram that matches the pickled info.
58 kUmaTargetedHistogramFlag = 0x1, // Histogram should be UMA uploaded.
60 // Indicate that the histogram was pickled to be sent across an IPC Channel.
61 // If we observe this flag on a histogram being aggregated into after IPC,
64 // histogram!).
67 // Only for Histogram and its sub classes: fancy bucket-naming support.
71 // Histogram data inconsistency types.
94 // Whether the histogram has construction arguments as parameters specified.
110 // Serialize the histogram info into |pickle|.
111 // Note: This only serializes the construction arguments of the histogram, but
115 // Try to find out data corruption from histogram and the samples.
123 // The following methods provide graphical histogram displays.
127 // Produce a JSON representation of the histogram. This is implemented with
154 // Write textual description of the bucket contents (relative to histogram).