Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_guard.pass.cpp21 static int run_count = 0; variable
23 ++run_count; in increment()
31 assert(run_count == 1); in test()
33 assert(run_count == 2); in test()
35 assert(run_count == 3); in test()
37 assert(run_count == 3); in test()
44 static int run_count = 0; variable
46 ++run_count; in increment()
57 assert(run_count == 1); in test()
59 assert(run_count == 2); in test()
[all …]
/external/lldb/examples/python/
Dprocess_events.py113 if options.run_count == 1:
119 if options.run_count == 1:
150 for run_idx in range(options.run_count):
156 if options.run_count == 1:
159 … print 'Launching "%s"... (launch %u of %u)' % (exe, run_idx + 1, options.run_count)
/external/v8/tools/
Drun_perf.py166 self.run_count = 10
200 self.run_count = suite.get("run_count", parent.run_count)
201 self.run_count = suite.get("run_count_%s" % arch, self.run_count)
467 for i in xrange(0, max(1, runnable.run_count)):
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-stat.c86 static int run_count = 1; variable
588 if (run_count == 1) in print_noise()
1129 if (run_count > 1) in print_stat()
1130 fprintf(output, " (%d runs)", run_count); in print_stat()
1156 if (run_count > 1) { in print_stat()
1410 OPT_INTEGER('r', "repeat", &run_count, in cmd_stat()
1519 if (run_count < 0) { in cmd_stat()
1521 } else if (run_count == 0) { in cmd_stat()
1523 run_count = 1; in cmd_stat()
1576 for (run_idx = 0; forever || run_idx < run_count; run_idx++) { in cmd_stat()
[all …]