Home
last modified time | relevance | path

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

/external/chromium_org/base/metrics/
Dstats_table_unittest.cc148 EXPECT_EQ(0, table.GetCounterValue(name)); in TEST_F()
151 table.GetCounterValue(name)); in TEST_F()
154 table.GetCounterValue(name)); in TEST_F()
157 table.GetCounterValue(name)); in TEST_F()
160 table.GetCounterValue(name)); in TEST_F()
226 EXPECT_EQ(0, table.GetCounterValue(name)); in TEST_F()
229 table.GetCounterValue(name)); in TEST_F()
232 table.GetCounterValue(name)); in TEST_F()
235 table.GetCounterValue(name)); in TEST_F()
261 EXPECT_EQ(0, table.GetCounterValue("c:foo")); in TEST_F()
[all …]
Dstats_table.h129 int GetCounterValue(const std::string& name);
133 int GetCounterValue(const std::string& name, int pid);
Dstats_table.cc446 int StatsTable::GetCounterValue(const std::string& name) { in GetCounterValue() function in base::StatsTable
447 return GetCounterValue(name, 0); in GetCounterValue()
450 int StatsTable::GetCounterValue(const std::string& name, int pid) { in GetCounterValue() function in base::StatsTable
/external/chromium_org/chrome/renderer/
Dbenchmarking_extension.cc98 int counter = base::StatsTable::current()->GetCounterValue(name); in GetCounter()
109 int counter = base::StatsTable::current()->GetCounterValue( in GetCounterForRenderer()