Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 7 of 7) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp46 const std::size_t repeats = 50; in test() local
49 const std::size_t repeats = 10; in test() local
51 const std::size_t repeats = 100; in test() local
60 v.reserve(repeats); in test()
62 for (std::size_t repeat = 0; repeat < repeats; ++repeat) { in test()
104 trace_size <= repeats, in test()
105 "Thread " << thread_id << " executed extra " << trace_size - repeats in test()
109 trace_size >= repeats, in test()
110 "Thread " << thread_id << " executed " << repeats - trace_size in test()
120 << num_threads * repeats - num_threads << " possible." in test()
[all …]
H A Dtest_arena_priorities.cpp140 void submit_work( std::vector<arena_info>& arenas, unsigned repeats, utils::SpinBarrier& barrier ) { in submit_work() argument
148 [repeats, &barrier, &tg, priority_value, concurrency]() { in submit_work()
149 for( unsigned i = 0; i < repeats * concurrency; ++i ) { in submit_work()
263 const unsigned repeats = 10; in test() local
267 overall_tasks_num += std::get<arena_concurrency>(item) * repeats; in test()
274 submit_work( arenas, repeats, barrier ); in test()
291 … unsigned last_task_idx = std::min((repeats + 1) * unsigned(max_num_threads), overall_tasks_num); in test()
300 if( i < max_num_threads || i >= repeats * max_num_threads ) in test()
314 unsigned expected_tasks_num = repeats * concurrency; in test()
330 std::size_t lower_priority_start = (repeats + 1) * max_num_threads; in test()
[all …]
H A Dtest_global_control.cpp116 for ( int repeats = 0; repeats<numRepeats; ++repeats ) { in TestMultpleWait() local
H A Dtest_flow_graph_priorities.cpp145 const size_t repeats = 10; in test_node() local
148 for( size_t repeat = 0; repeat < repeats; ++repeat ) { in test_node()
188 float failure_ratio = float(global_order_failures) / float(repeats*priority_nodes_num); in test_node()
H A Dtest_task_arena.cpp1125 for ( int repeats = 0; repeats<10; ++repeats ) { in TestMultipleWaits() local
/oneTBB/examples/parallel_reduce/primes/
H A DREADME.md18 …umber=value] [grain-size=value] [n-of-repeats=value] [silent] [-h] [n-of-threads [number [grain-si…
24 * `n-of-repeats` - the number of the calculation repeats, must be a positive integer.
/oneTBB/examples/common/gui/xcode/tbbExample/
H A DOpenGLView.m43 …TimerWithTimeInterval:0.03 target:self selector:@selector(update_window) userInfo:nil repeats:YES];
94 …TimerWithTimeInterval:0.03 target:self selector:@selector(update_window) userInfo:nil repeats:YES];