| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | dining_philosophers.cpp | 58 bool verbose = false; variable 83 bool verbose = false; in ParseCommandLine() local 207 if (verbose) { in forward() 215 if (verbose) { in eat() 220 if (verbose) { in eat() 227 if (verbose) { in think() 232 if (verbose) { in think() 251 verbose = !options.silent; in main() 260 if (verbose) { in main() 284 if (verbose) { in main() [all …]
|
| H A D | README.md | 20 dining_philosophers [n-of_threads=value] [n-of-philosophers=value] [verbose] [-h] [n-of_threads [n-… 25 * `verbose` - prints diagnostic output to screen.
|
| /oneTBB/examples/concurrent_priority_queue/shortpath/ |
| H A D | shortpath.cpp | 80 bool verbose = false; // prints bin details and other diagnostics to screen variable 186 if (verbose) in print_path() 191 if (verbose) in print_path() 195 else if (verbose) in print_path() 198 if (verbose) { in print_path() 206 if (verbose) in print_path() 222 if (verbose) in InitializeGraph() 234 if (verbose) in InitializeGraph() 255 if (verbose) in InitializeGraph() 289 verbose = false; // make silent override verbose in main() [all …]
|
| H A D | README.md | 10 Silent mode prints run time only, regular mode prints the shortest path length, and verbose mode pr… 28 shortpath [#threads=value] [verbose] [silent] [N=value] [start=value] [end=value] [-h] [#threads] 32 * `verbose` - prints diagnostic output to screen.
|
| H A D | CMakeLists.txt | 29 set(ARGS 4 N=1000 start=0 end=999 verbose)
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| 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… 30 * `verbose` - turns verbose ON.
|
| H A D | convex_hull.hpp | 52 bool verbose = false; variable 65 .arg(verbose, "verbose", "turns verbose ON")); in ParseInputArgs() 68 verbose = false; in ParseInputArgs() 174 if (verbose) { in WriteResults()
|
| H A D | convex_hull_sample.cpp | 216 if (util::verbose) { in divide()
|
| H A D | convex_hull_bench.cpp | 111 if (util::verbose) { in divide() 514 if (util::verbose) { in divide()
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | README.md | 18 logic_sim [#threads=value] [verbose] [silent] [-h] [#threads] 22 * `verbose` - prints diagnostic output to screen. 23 * `silent` limits output to timing info; overrides verbose
|
| H A D | test_all.cpp | 42 bool verbose = false; // prints bin details and other diagnostics to screen variable 53 .arg(verbose, "verbose", " print diagnostic output to screen") in main() 57 verbose = false; // make silent override verbose in main() 695 led Q(g, " Q", verbose); // if true, LEDs print at every state change in main() 696 led notQ(g, "~Q", verbose); in main() 710 if (!silent && !verbose) { in main() 722 if (!silent && !verbose) { in main() 734 if (!silent && !verbose) { in main() 746 if (!silent && !verbose) { in main() 758 if (!silent && !verbose) { in main()
|
| /oneTBB/examples/graph/binpack/ |
| H A D | binpack.cpp | 59 bool verbose = false; // prints bin details and other diagnostics to screen variable 236 if (verbose) in operator ()() 239 if (verbose) in operator ()() 248 if (verbose) { in operator ()() 273 .arg(verbose, "verbose", " print diagnostic output to screen") in main() 287 verbose = false; // make silent override verbose in main()
|
| H A D | README.md | 20 binpack [#threads=value] [verbose] [silent] [elements_num=value] [bin_capacity=value] [#packers=val… 24 * `verbose` - prints diagnostic output to screen. 25 * `silent` - limits output to timing info; overrides verbose.
|
| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | count_strings.cpp | 71 static bool verbose = false; variable 106 if (verbose && nthreads) in CountOccurrences() 256 .arg(verbose, "verbose", "verbose mode") in main() 261 verbose = false; in main()
|
| H A D | README.md | 18 count_strings [n-of-threads=value] [n-of-strings=value] [verbose] [silent] [count_collisions] [-h] … 23 * `verbose` - prints diagnostic output to screen.
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | fgbzip2.cpp | 290 bool verbose = false; in main() local 302 .arg(verbose, "-v", "verbose mode") in main() 323 if (verbose) in main() 347 if (verbose) in main() 354 if (verbose) in main()
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | sudoku.cpp | 36 bool verbose = false; variable 235 if (++nSols == 1 && verbose) { in partial_solve() 291 .arg(verbose, "verbose", "prints the first solution") in main() 296 verbose = false; in main()
|
| H A D | README.md | 21 sudoku [n-of-threads=value] [filename=value] [verbose] [silent] [find-one] [-h] [n-of-threads [file… 26 * `verbose` - prints the first solution.
|
| H A D | CMakeLists.txt | 33 set(ARGS 4 ${CMAKE_CURRENT_SOURCE_DIR}/input1 verbose)
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | api.cpp | 204 void rt_scenesetup(SceneHandle voidscene, char *outname, int hres, int vres, int verbose) { in rt_scenesetup() argument 207 rt_verbose(voidscene, verbose); in rt_scenesetup()
|
| H A D | parse.cpp | 238 int xres, yres, verbose; in GetScenedefs() local 256 fscanf(dfile, "%d", &verbose); in GetScenedefs() 258 rt_scenesetup(scene, outfilename, xres, yres, verbose); in GetScenedefs()
|
| /oneTBB/doc/main/reference/ |
| H A D | helpers_for_expressing_graphs.rst | 9 Helper functions are intended to make creation of the flow graphs less verbose.
|
| /oneTBB/python/tbb/ |
| H A D | __init__.py | 285 if args.verbose:
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 233 RoundRobin( long p, utils::SpinBarrier *limitBarrier, bool verbose ) : in RoundRobin() 234 number_of_threads(p), test(limitBarrier, verbose) {} in RoundRobin()
|