Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 24 of 24) sorted by relevance

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp58 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 DREADME.md20 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 Dshortpath.cpp80 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 DREADME.md10 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 DCMakeLists.txt29 set(ARGS 4 N=1000 start=0 end=999 verbose)
/oneTBB/examples/parallel_reduce/convex_hull/
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…
30 * `verbose` - turns verbose ON.
H A Dconvex_hull.hpp52 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 Dconvex_hull_sample.cpp216 if (util::verbose) { in divide()
H A Dconvex_hull_bench.cpp111 if (util::verbose) { in divide()
514 if (util::verbose) { in divide()
/oneTBB/examples/graph/logic_sim/
H A DREADME.md18 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 Dtest_all.cpp42 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 Dbinpack.cpp59 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 DREADME.md20 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 Dcount_strings.cpp71 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 DREADME.md18 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 Dfgbzip2.cpp290 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 Dsudoku.cpp36 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 DREADME.md21 sudoku [n-of-threads=value] [filename=value] [verbose] [silent] [find-one] [-h] [n-of-threads [file…
26 * `verbose` - prints the first solution.
H A DCMakeLists.txt33 set(ARGS 4 ${CMAKE_CURRENT_SOURCE_DIR}/input1 verbose)
/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp204 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 Dparse.cpp238 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 Dhelpers_for_expressing_graphs.rst9 Helper functions are intended to make creation of the flow graphs less verbose.
/oneTBB/python/tbb/
H A D__init__.py285 if args.verbose:
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp233 RoundRobin( long p, utils::SpinBarrier *limitBarrier, bool verbose ) : in RoundRobin()
234 number_of_threads(p), test(limitBarrier, verbose) {} in RoundRobin()