Home | History | Annotate | Download | only in base

Lines Matching refs:UMA_HISTOGRAM_COUNTS

164           UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnUnknown",
168 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnEthernet",
172 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnWifi",
176 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOn2G",
180 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOn3G",
184 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOn4G",
188 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnNone",
192 UMA_HISTOGRAM_COUNTS("NCN.CM.PeakKbpsOnBluetooth",
200 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnUnknown", kilobytes_read);
204 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnEthernet", kilobytes_read);
208 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnWifi", kilobytes_read);
212 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOn2G", kilobytes_read);
216 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOn3G", kilobytes_read);
220 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOn4G", kilobytes_read);
224 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnNone", kilobytes_read);
228 UMA_HISTOGRAM_COUNTS("NCN.CM.KBTransferedOnBluetooth", kilobytes_read);