Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp253 __itt_get_timestamp(); in __kmp_dist_barrier_gather()
575 __itt_get_timestamp(); in __kmp_linear_barrier_gather_template()
818 __itt_get_timestamp(); in __kmp_tree_barrier_gather()
1031 __itt_get_timestamp(); in __kmp_hyper_barrier_gather()
1386 this_thr->th.th_bar_arrive_time = __itt_get_timestamp(); in __kmp_hierarchical_barrier_gather()
1955 kmp_uint64 cur_time = __itt_get_timestamp(); in __kmp_barrier_template()
2359 kmp_uint64 cur_time = __itt_get_timestamp(); in __kmp_join_barrier()
H A Dkmp_tasking.cpp1894 cur_time = __itt_get_timestamp();
1925 thread->th.th_bar_arrive_time += (__itt_get_timestamp() - cur_time);
H A Dkmp_runtime.cpp1659 kmp_uint64 tmp_time = __itt_get_timestamp(); in __kmp_fork_in_teams()
2321 tmp_time = __itt_get_timestamp(); in __kmp_fork_call()
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h2151 __itt_timestamp ITTAPI __itt_get_timestamp(void);
2157 #define __itt_get_timestamp ITTNOTIFY_DATA(get_timestamp) macro
2160 #define __itt_get_timestamp()