Home
last modified time | relevance | path

Searched refs:ParseDouble (Results 1 – 1 of 1) sorted by relevance

/system/core/metricsd/
Dmetrics_client.cc64 static double ParseDouble(const char *arg) { in ParseDouble() function
95 sample = static_cast<int>(ParseDouble(argv[name_index + 1]) * 1000.0); in SendStats()