Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 25 of 42) sorted by relevance

12

/oneTBB/examples/graph/logic_sim/
H A Dtest_all.cpp56 if (silent) in main()
62 if (!silent) in main()
77 if (!silent) in main()
81 if (!silent) in main()
86 if (!silent) in main()
99 if (!silent) in main()
103 if (!silent) in main()
108 if (!silent) in main()
123 if (!silent) in main()
128 if (!silent) in main()
[all …]
H A DREADME.md18 logic_sim [#threads=value] [verbose] [silent] [-h] [#threads]
23 * `silent` limits output to timing info; overrides verbose
/oneTBB/examples/concurrent_hash_map/count_strings/
H A Dcount_strings.cpp72 static bool silent = false; variable
108 if (!silent && count_collisions) { in CountOccurrences()
114 if (!silent && count_collisions) { in CountOccurrences()
122 if (!silent) in CountOccurrences()
233 if (!silent) in CreateData()
257 .arg(silent, "silent", "no output except elapsed time") in main()
260 if (silent) in main()
268 if (!silent) in main()
276 if (!silent) in main()
282 if (!silent) in main()
H A DREADME.md18 count_strings [n-of-threads=value] [n-of-strings=value] [verbose] [silent] [count_collisions] [-h] …
24 * `silent` - no output except elapsed time.
/oneTBB/examples/parallel_for/seismic/
H A Dmain.cpp38 bool silent; member
46 silent(silent_), in RunOptions()
56 bool silent = false; in ParseCommandLine() local
68 .arg(silent, "silent", "no output except elapsed time") in ParseCommandLine()
70 return RunOptions(threads, numberOfFrames, silent, !serial); in ParseCommandLine()
114 if (!options.silent) { in main()
H A DREADME.md21 seismic [n-of-threads=value] [n-of-frames=value] [silent] [serial] [-h] [n-of-threads [n-of-frames]]
26 * `silent` - no output except elapsed time.
/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp188 bool silent = false; variable
220 if (!silent) in run_pipeline()
244 .arg(silent, "silent", "no output except elapsed time")); in main()
249 if (!silent) in main()
258 if (!silent) in main()
265 if (!silent) in main()
H A DREADME.md19 square [n-of-threads=value] [input-file=value] [output-file=value] [max-slice-size=value] [silent] …
26 * `silent` - no output except elapsed time.
/oneTBB/examples/task_arena/fractal/
H A Dmain.cpp30 bool silent = false; variable
58 .arg(silent, "silent", "no output except elapsed time") in main()
77 if (!silent) in main()
H A DREADME.md24 …ue] [max-of-iterations=value] [grain-size=value] [use-auto-partitioner] [silent] [single] [-h] [n-…
32 * `silent` - no output except elapsed time.
/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp30 bool silent = false; variable
62 .arg(silent, "silent", "no output except time elapsed")); in main()
81 if (!silent) { in main()
H A DREADME.md19 pi [n-of-threads=value] [n-of-intervals=value] [silent] [-h] [n-of-threads [n-of-intervals]]
24 * `silent` - no output except the elapsed time.
H A Dcommon.h29 extern bool silent;
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull.hpp51 bool silent = false; variable
64 .arg(silent, "silent", "no output except elapsed time") in ParseInputArgs()
67 if (silent) in ParseInputArgs()
180 if (!silent) { in WriteResults()
H A DREADME.md23 convex_hull_sample [n-of-threads=value] [n-of-points=value] [silent] [verbose] [-h] [n-of-threads […
24 convex_hull_bench [n-of-threads=value] [n-of-points=value] [silent] [verbose] [-h] [n-of-threads [n…
29 * `silent` - no output except elapsed time.
H A Dconvex_hull_sample.cpp275 if (!util::silent) { in main()
288 if (!util::silent) { in main()
297 if (!util::silent) { in main()
/oneTBB/examples/parallel_reduce/primes/
H A Dmain.cpp61 bool silent = false; in ParseCommandLine() local
79 .arg(silent, "silent", "no output except elapsed time")); in ParseCommandLine()
81 RunOptions options(threads, grainSize, number, silent, repeatNumber); in ParseCommandLine()
H A DREADME.md18 primes [n-of-threads=value] [number=value] [grain-size=value] [n-of-repeats=value] [silent] [-h] [n…
25 * `silent` - no output except elapsed time.
/oneTBB/examples/getting_started/sub_string_finder/
H A Dsub_string_finder.cpp27 bool silent = false; variable
70 .arg(silent, "silent", "no output")); in main()
85 if (!silent) in main()
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp60 bool silent = false; // suppress all output except for time variable
255 if (!silent) in operator ()()
274 .arg(silent, "silent", " limits output to timing info; overrides verbose") in main()
286 if (silent) in main()
308 if (!silent) in main()
H A DREADME.md20 binpack [#threads=value] [verbose] [silent] [elements_num=value] [bin_capacity=value] [#packers=val…
25 * `silent` - limits output to timing info; overrides verbose.
/oneTBB/examples/concurrent_priority_queue/shortpath/
H A Dshortpath.cpp81 bool silent = false; // suppress all output except for time variable
208 else if (!silent) in print_path()
284 .arg(silent, "silent", " limits output to timing info; overrides verbose") in main()
288 if (silent) in main()
318 if (!silent) { in main()
H A DREADME.md28 shortpath [#threads=value] [verbose] [silent] [N=value] [start=value] [end=value] [-h] [#threads]
33 * `silent` - no output except elapsed time.
/oneTBB/examples/task_group/sudoku/
H A Dsudoku.cpp281 bool silent = false; in main() local
292 .arg(silent, "silent", "no output except elapsed time") in main()
295 if (silent) in main()
304 if (!silent) { in main()
H A DREADME.md21 sudoku [n-of-threads=value] [filename=value] [verbose] [silent] [find-one] [-h] [n-of-threads [file…
27 * `silent` - no output except elapsed time.

12