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

  /external/blktrace/btt/
bt_timeline.c 115 double tps, dt_input = tv2dbl(&tve) - tv2dbl(&tvs); local
117 tps = (double)n_traces / dt_input;
121 n_traces, tps/1000.0,
  /cts/tools/annotation-helper/src/spechelper/
MethodSelector.java 97 ITypeParameter tps = method.getTypeParameter(sig); local
100 if (tps != null && tps.exists()) {
102 String[] bounds = tps.getBounds();
  /external/dnsmasq/src/
util.c 309 static long tps = 0; local
311 if (tps == 0)
312 tps = sysconf(_SC_CLK_TCK);
314 return (time_t)(times(&dummy)/tps);

Completed in 241 milliseconds