Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp91 const auto& current_call_range = trace[thread_id][invocation]; in test() local
93 const bool is_range_changed = previous_call_range != current_call_range; in test()
95 previous_call_range = current_call_range; in test()