| /oneTBB/examples/graph/logic_sim/ |
| H A D | test_all.cpp | 56 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 D | README.md | 18 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 D | count_strings.cpp | 72 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 D | README.md | 18 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 D | main.cpp | 38 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 D | README.md | 21 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 D | square.cpp | 188 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 D | README.md | 19 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 D | main.cpp | 30 bool silent = false; variable 58 .arg(silent, "silent", "no output except elapsed time") in main() 77 if (!silent) in main()
|
| H A D | README.md | 24 …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 D | main.cpp | 30 bool silent = false; variable 62 .arg(silent, "silent", "no output except time elapsed")); in main() 81 if (!silent) { in main()
|
| H A D | README.md | 19 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 D | common.h | 29 extern bool silent;
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull.hpp | 51 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 D | README.md | 23 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 D | convex_hull_sample.cpp | 275 if (!util::silent) { in main() 288 if (!util::silent) { in main() 297 if (!util::silent) { in main()
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | main.cpp | 61 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 D | README.md | 18 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 D | sub_string_finder.cpp | 27 bool silent = false; variable 70 .arg(silent, "silent", "no output")); in main() 85 if (!silent) in main()
|
| /oneTBB/examples/graph/binpack/ |
| H A D | binpack.cpp | 60 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 D | README.md | 20 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 D | shortpath.cpp | 81 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 D | README.md | 28 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 D | sudoku.cpp | 281 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 D | README.md | 21 sudoku [n-of-threads=value] [filename=value] [verbose] [silent] [find-one] [-h] [n-of-threads [file… 27 * `silent` - no output except elapsed time.
|