Lines Matching refs:HISTOGRAM
28 // HistogramBase, add new histogram types and names below.
31 HISTOGRAM,
40 // Create or find existing histogram that matches the pickled info.
45 // Create or find existing histogram and add the samples from pickle.
60 kUmaTargetedHistogramFlag = 0x1, // Histogram should be UMA uploaded.
62 // Indicate that the histogram was pickled to be sent across an IPC Channel.
63 // If we observe this flag on a histogram being aggregated into after IPC,
66 // histogram!).
69 // Only for Histogram and its sub classes: fancy bucket-naming support.
73 // Histogram data inconsistency types.
96 // Whether the histogram has construction arguments as parameters specified.
112 // Serialize the histogram info into |pickle|.
113 // Note: This only serializes the construction arguments of the histogram, but
117 // Try to find out data corruption from histogram and the samples.
125 // The following methods provide graphical histogram displays.
129 // Produce a JSON representation of the histogram. This is implemented with
156 // Write textual description of the bucket contents (relative to histogram).