HomeSort by relevance Sort by last modified time
    Searched refs:SendSample (Results 1 - 3 of 3) sorted by null

  /system/core/metricsd/
metrics_collector.cc 440 SendSample("Platform.ZramCompressedSize", compr_data_size_mb, 100, 4000, 50);
441 SendSample("Platform.ZramSavings", savings_mb, 100, 4000, 50);
446 SendSample("Platform.ZramCompressionRatioPercent",
451 SendSample("Platform.ZramZeroPages", zero_pages, 256, 256 * 1024, 50);
452 SendSample("Platform.ZramZeroRatioPercent", zero_ratio_percent, 1, 50, 50);
509 SendSample(metrics_name, fields[i].value, 1, 4 * 1000 * 1000, 100);
521 SendSample("Platform.MeminfoSwapUsed", swap_used, 1, 8 * 1000 * 1000, 100);
629 void MetricsCollector::SendSample(const string& name, int sample,
638 SendSample(kernel_crashes_version_count_->Name(),
646 SendSample(version_cumulative_cpu_use_->Name()
    [all...]
metrics_collector.h 93 FRIEND_TEST(MetricsCollectorTest, SendSample);
139 void SendSample(const std::string& name, int sample,
metrics_collector_test.cc 87 TEST_F(MetricsCollectorTest, SendSample) {
89 daemon_.SendSample("Dummy.Metric", /* sample */ 3,

Completed in 433 milliseconds