HomeSort by relevance Sort by last modified time
    Searched defs:test_time (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/fetch/
fetch_client.cc 164 int test_time = table.GetCounterValue("t:FetchClient.total_time"); local
169 printf("Time : %dms\n", test_time);
171 if (test_time > 0) {
174 (static_cast<float>(test_time) / 1000.0);
  /external/netperf/
netsh.c 160 test_time, /* test ends by time */ variable
414 test_time = 10; /* test ends by time */
696 test_time = convert(optarg);
698 if (test_time < 0) {
699 test_bytes = -1 * test_time;
701 test_time = 0;
1003 test_time,

Completed in 75 milliseconds