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

  /external/chromium/base/metrics/
stats_table_unittest.cc 147 EXPECT_EQ(0, table.GetCounterValue(name));
150 table.GetCounterValue(name));
153 table.GetCounterValue(name));
156 table.GetCounterValue(name));
159 table.GetCounterValue(name));
224 EXPECT_EQ(0, table.GetCounterValue(name));
227 table.GetCounterValue(name));
230 table.GetCounterValue(name));
233 table.GetCounterValue(name));
262 EXPECT_EQ(0, table.GetCounterValue("c:foo"))
    [all...]
stats_table.h 108 int GetCounterValue(const std::string& name);
112 int GetCounterValue(const std::string& name, int pid);
stats_table.cc 407 int StatsTable::GetCounterValue(const std::string& name) {
408 return GetCounterValue(name, 0);
411 int StatsTable::GetCounterValue(const std::string& name, int pid) {
  /external/chromium/net/tools/fetch/
fetch_client.cc 181 int num_clients = table.GetCounterValue("c:FetchClient.requests");
182 int test_time = table.GetCounterValue("t:FetchClient.total_time");
183 int bytes_read = table.GetCounterValue("c:FetchClient.bytes_read");

Completed in 92 milliseconds