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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
1-1.c 19 time_t tps; variable
32 tps = mktime(&tm_ptr);
34 if (tps != -1) {
35 printf("%s", ctime(&tps));
  /external/fio/
idletime.h 29 struct timeval tps; member in struct:idle_prof_thread
idletime.c 14 struct timeval tps; local
19 fio_gettime(&tps, NULL);
34 t = utime_since_now(&tps);
135 fio_gettime(&ipt->tps, NULL);
356 runt = utime_since(&ipt->tps, &ipt->tpe);
  /external/syslinux/com32/modules/
cptime.c 108 void print_cp_result_tick(size_t bcnt, clock_t et, TPS_T tps, int offs)
112 dr = max(bcnt, (bcnt * tps)) / max((clock_t)1, (et + offs));
114 } /* void print_cp_result_tick(size_t bcnt, clock_t et, TPS_T tps, int offs) */
118 TPS_T tps; local
121 tps = get_tps();
123 printf(" ~%d ticks per second; %zu B block/transfer size\n", (int)tps, bufsz);
124 print_cp_result_tick(bcnt, (ec - bc), tps, 0);
125 print_cp_result_tick(bcnt, (ec - bc), tps, 1);
126 print_cp_result_tick(bcnt, (ec - bc), tps, -1);
  /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,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 200 long tsa, tss, tps; local
206 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
212 output(" TPS: %li\n", tps);
257 if (tps > 0) {
277 output("TPS unsupported => inheritsched parameter"
281 if (tps > 0) {
302 output("TPS unsupported => sched policy parameter"
333 if (tps > 0) {
350 output("WARNING: The TPS option is
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 147 long tsa, tss, tps; local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
159 output(" TPS: %li\n", tps);
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
228 ("TPS unsupported => inheritsched parameter untouched\n");
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
256 ("TPS unsupported => sched policy parameter untouched\n");
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
306 ("WARNING: The TPS option is claimed to be supported but setscope fails\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 147 long tsa, tss, tps; local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
159 output(" TPS: %li\n", tps);
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
228 ("TPS unsupported => inheritsched parameter untouched\n");
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
256 ("TPS unsupported => sched policy parameter untouched\n");
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
306 ("WARNING: The TPS option is claimed to be supported but setscope fails\n")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 214 long tsa, tss, tps; local
220 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
226 output(" TPS: %li\n", tps);
273 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
295 ("TPS unsupported => inheritsched parameter untouched\n");
298 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
323 ("TPS unsupported => sched policy parameter untouched\n");
354 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */
373 ("WARNING: The TPS option is claimed to be supported but setscope fails\n")
    [all...]
  /external/netperf/doc/examples/
bloat.sh 56 DS:tps:GAUGE:$MAX_INTERVAL:U:U RRA:AVERAGE:0.5:1:$LENGTH
92 DEF:trans=netperf_rr.rrd:tps:AVERAGE \
114 DEF:trans=netperf_rr.rrd:tps:AVERAGE \
  /external/autotest/client/tests/sysbench/
sysbench.py 153 tps = 0
163 tps = tps_re.group(1)
166 out.write('threads=%s\ntps=%s' % (threads, tps))
  /external/dnsmasq/src/
util.c 313 static long tps = 0; local
315 if (tps == 0)
316 tps = sysconf(_SC_CLK_TCK);
318 return (time_t)(times(&dummy)/tps);
  /external/f2fs-tools/tools/
f2fs_io_parse.c 35 struct tps { struct
40 struct tps trace_points[] = {
  /test/vts/runners/host/
config_parser.py 87 tps = configs[keys.ConfigKeys.KEY_TEST_PATHS]
  /tools/test/connectivity/acts/framework/acts/
config_parser.py 268 tps = configs[keys.Config.key_test_paths.value]
  /external/curl/lib/
mk-ca-bundle.pl 197 warning_message() unless ($opt_q || $url =~ m/^(ht|f)tps:/i );
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 

Completed in 334 milliseconds