Searched refs:GetCounterValue (Results 1 - 9 of 9) sorted by relevance

/external/chromium/base/metrics/
H A Dstats_table_unittest.cc147 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("
[all...]
H A Dstats_table.h108 int GetCounterValue(const std::string& name);
112 int GetCounterValue(const std::string& name, int pid);
H A Dstats_table.cc407 int StatsTable::GetCounterValue(const std::string& name) { function in class:base::StatsTable
408 return GetCounterValue(name, 0);
411 int StatsTable::GetCounterValue(const std::string& name, int pid) { function in class:base::StatsTable
/external/chromium_org/base/metrics/
H A Dstats_table_unittest.cc155 EXPECT_EQ(0, table.GetCounterValue(name));
158 table.GetCounterValue(name));
161 table.GetCounterValue(name));
164 table.GetCounterValue(name));
167 table.GetCounterValue(name));
233 EXPECT_EQ(0, table.GetCounterValue(name));
236 table.GetCounterValue(name));
239 table.GetCounterValue(name));
242 table.GetCounterValue(name));
271 EXPECT_EQ(0, table.GetCounterValue("
[all...]
H A Dstats_table.h108 int GetCounterValue(const std::string& name);
112 int GetCounterValue(const std::string& name, int pid);
H A Dstats_table.cc443 int StatsTable::GetCounterValue(const std::string& name) { function in class:base::StatsTable
444 return GetCounterValue(name, 0);
447 int StatsTable::GetCounterValue(const std::string& name, int pid) { function in class:base::StatsTable
/external/chromium_org/chrome/renderer/
H A Dbenchmarking_extension.cc98 int counter = base::StatsTable::current()->GetCounterValue(name);
109 int counter = base::StatsTable::current()->GetCounterValue(
/external/chromium/net/tools/fetch/
H A Dfetch_client.cc181 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");
/external/chromium_org/net/tools/fetch/
H A Dfetch_client.cc194 int num_clients = table.GetCounterValue("c:FetchClient.requests");
195 int test_time = table.GetCounterValue("t:FetchClient.total_time");
196 int bytes_read = table.GetCounterValue("c:FetchClient.bytes_read");

Completed in 197 milliseconds