Home
last modified time | relevance | path

Searched refs:num_trials (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp154 int num_trials = 100; in test_custom_range() local
156 std::vector<std::vector<std::size_t>> results(num_trials); in test_custom_range()
159 for (int i = 0; i < num_trials; ++i) { in test_custom_range()
H A Dtest_arena_constraints.cpp98 constexpr size_t num_trials = 1000; variable
109 for (size_t i = 0; i < num_trials; i++) {
128 if (stability_counter > num_trials / 20) {
/oneTBB/examples/graph/cholesky/
H A DREADME.md27 …alue] [num_trials=value] [output_prefix=value] [algorithm=value] [num_tbb_threads=value] [input_fi…
32 * `num_trials` - the number of times to run each algorithm.