Home | History | Annotate | Download | only in fetch

Lines Matching refs:table

122   base::StatsTable table("fetchclient", 50, 1000);
123 table.set_current(&table);
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");
205 // Dump the stats table.
207 int counter_max = table.GetMaxCounters();
209 std::string name(table.GetRowName(index));
211 int value = table.GetRowValue(index);