Home
last modified time | relevance | path

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

12

/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp118 std::cout in Usage()
122 std::cout << "Create polygon maps and overlay them." in Usage()
125 std::cout << "Parameters:" in Usage()
137 std::cout << " --grainsize n - set grainsize to n" in Usage()
141 std::cout << "\n"; in Usage()
144 std::cout << "\n"; in Usage()
327 std::cout in ParseCmdLine()
519 std::cout << "\n" in GenerateMap()
527 std::cout << std::setw(2) << it; in GenerateMap()
531 std::cout << " " << ct; in GenerateMap()
[all …]
H A Dpolyover.cpp177 std::cout << "automatic"; in NaiveParallelOverlay()
179 std::cout << nthreads; in NaiveParallelOverlay()
281 std::cout << " ** MAP **\n"; in dump_map()
283 std::cout << *(i->p()); in dump_map()
287 std::cout << "\n"; in dump_map()
289 std::cout << "\n"; in dump_map()
445 std::cout << "automatic"; in SplitParallelOverlay()
447 std::cout << nthreads; in SplitParallelOverlay()
572 std::cout << "automatic"; in SplitParallelOverlayCV()
574 std::cout << nthreads; in SplitParallelOverlayCV()
[all …]
H A Dpover_global.hpp78 #define PRINT_DEBUG(x) (std::cout << x << "\n")
/oneTBB/doc/main/tbb_userguide/
H A Duse_nested_flow_graphs.rst20 node_t n1( h, [=]( msg_t ) { cout << "n1: " << i << "\n"; } );
21 node_t n2( h, [=]( msg_t ) { cout << "n2: " << i << "\n"; } );
22 node_t n3( h, [=]( msg_t ) { cout << "n3: " << i << "\n"; } );
35 cout << "m1: " << j << "\n";
39 cout << "m2: " << j << "\n";
43 cout << "m3: " << j << "\n";
47 cout << "m4: " << j << "\n";
77 cout << "m1: " << j << "\n";
81 cout << "m2: " << j << "\n";
85 cout << "m3: " << j << "\n";
[all …]
H A DEdges.rst21 cout << v;
23 cout << v;
28 cout << v;
30 cout << v;
H A Dcancel_a_graph.rst25 cout << "Begin " << i << "\n";
27 cout << "End " << i << "\n";
66 cout << "Begin " << i << "\n";
68 cout << "End " << i << "\n";
H A Dcommunicate_with_nodes.rst30 cout << "n1\n";
35 cout << "n2\n";
44 cout << "m1\n";
49 cout << "m2\n";
H A Dbroadcast_or_send.rst35 cout << "f1 consuming " << i << "\n";
42 cout << "f2 consuming " << i << "\n";
104 cout << "f1 consuming " << i << "\n";
111 cout << "f2 consuming " << i << "\n";
H A DNodes.rst64 cout << v;
66 cout << v;
116 cout << v;
118 cout << v;
H A Dcatching_exceptions.rst56 cout << "Caught " << j << "\n";
73 cout << "Caught " << j << "\n";
H A DIterating_Over_a_Concurrent_Queue_for_Debugging.rst23 cout << *i;
H A Duse_input_node.rst89 std::cout << i << "\n";
93 std::cout << i << "\n";
/oneTBB/examples/getting_started/sub_string_finder/
H A Dsub_string_finder_pretty.cpp67 std::cout << "String to scan: " << to_scan << "\n"; in main()
78 std::cout << "_"; in main()
80 std::cout << " "; in main()
82 std::cout << "\n" << to_scan << "\n"; in main()
86 std::cout << "*"; in main()
88 std::cout << " "; in main()
90 std::cout << "\n"; in main()
H A Dsub_string_finder_extended.cpp97 std::cout << " Done building string." in main()
103 std::cout << " Done with serial version." in main()
110 std::cout << " Done with parallel version." in main()
115 std::cout << "ERROR: Serial and Parallel Results are Different!" in main()
120 std::cout << " Done validating results." in main()
123 std::cout << "Serial version ran in " << (serial_t1 - serial_t0).seconds() << " seconds" in main()
/oneTBB/examples/parallel_reduce/primes/
H A Dmain.cpp104 std::cout << "#primes from [2.." << options.n << "] = " << count << " (" in main()
107 std::cout << p << "-way parallelism"; in main()
109 std::cout << "serial code"; in main()
110 std::cout << ")\n"; in main()
/oneTBB/examples/parallel_for/seismic/
H A Dmain.cpp91 std::cout << "Substituting 1000 for unlimited frames because not running interactively" in main()
118 std::cout << fps << " frame per sec with "; in main()
120 std::cout << "serial code" in main()
124 std::cout << p << " way parallelism" in main()
/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.cpp56 std::cout << "Cell " << k << ":"; in print()
58 std::cout << " " << int(my_vertex_set[k].successor[j] - &my_vertex_set[0]); in print()
59 std::cout << "\n"; in print()
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_bench.cpp166 std::cout << "Starting serial version of QUICK HULL algorithm" in main()
172 std::cout << "Init time: " << util::time_diff(tm_init, tm_start) in main()
177 std::cout << "Serial time: " << util::time_diff(tm_start, tm_end) in main()
593 std::cout << "Starting TBB unbuffered push_back version of QUICK HULL algorithm" in main()
596 std::cout << "Starting STL locked unbuffered push_back version of QUICK HULL algorithm" in main()
609 std::cout << "Parallel init time on " << nthreads in main()
616 std::cout << "Time on " << nthreads << " threads: " << util::time_diff(tm_start, tm_end) in main()
621 std::cout << "Starting TBB buffered version of QUICK HULL algorithm" in main()
624 std::cout << "Starting STL locked buffered version of QUICK HULL algorithm" in main()
638 std::cout << "Init time on " << nthreads in main()
[all …]
H A Dconvex_hull.hpp175 std::cout << " Step by step hull construction:" in WriteResults()
178 std::cout << OUTPUT[i] << "\n"; in WriteResults()
181 std::cout << " Number of nodes:" << cfg::numberOfPoints in WriteResults()
H A Dconvex_hull_sample.cpp276 std::cout << "Starting TBB-buffered version of QUICK HULL algorithm" in main()
289 std::cout << "Init time on " << nthreads in main()
298 std::cout << "Time on " << nthreads << " threads: " << util::time_diff(tm_start, tm_end) in main()
/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci.cpp55 std::cout << "Fibonacci two tasks impl N = " << res.first << " Avg time = " << res.second in main()
59 std::cout << "Fibonacci single task impl N = " << res.first << " Avg time = " << res.second in main()
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp237 std::cout << "[ "; in operator ()()
240 std::cout << b[i] << " "; in operator ()()
249 std::cout << "]=" << sum << "; Done/Packed/Total cap: " << running_count << "/" in operator ()()
256 std::cout << "SUMMARY: #Bins used: " << bins_num << "; Avg size: " << avg in operator ()()
309 std::cout << "binpack running with " << item_sum << " capacity over " << elements_num in main()
/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp83 std::cout << "Serial run:\tpi = " << pi << "\tcompute time = " << compute_time in main()
87 std::cout << "Parallel run:\tpi = " << pi << "\tcompute time = " << compute_time in main()
/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp95 std::cout << "Number of philosophers (" << nPhilosophers in ParseCommandLine()
97 std::cout << cli_pack.usage_string(argv[0]) << std::flush; in ParseCommandLine()
261 std::cout << "\n" in main()
286 std::cout << "Built philosopher " << philosophers[i] << "\n"; in main()
318 std::cout << "\n" in main()
/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp324 std::cout << "Input file name: " << inputFileName << "\n"; in main()
348 std::cout in main()
355 std::cout << "Running flow graph based compression algorithm." in main()

12