LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_stats_timing.h"
Public Member Functions | |
tsc_interval_t () | |
double | ticks () const |
int64_t | getValue () const |
tsc_interval_t & | operator= (int64_t nvalue) |
Friends | |
class | tsc_tick_count |
tsc_interval_t | operator- (const tsc_tick_count &t1, const tsc_tick_count &t0) |
tsc_interval_t | operator- (const tsc_tick_count::tsc_interval_t &i1, const tsc_tick_count::tsc_interval_t &i0) |
tsc_interval_t & | operator+= (tsc_tick_count::tsc_interval_t &i1, const tsc_tick_count::tsc_interval_t &i0) |
Definition at line 29 of file kmp_stats_timing.h.
|
inline |
Definition at line 34 of file kmp_stats_timing.h.
References value.
|
inline |
Definition at line 39 of file kmp_stats_timing.h.
References value.
|
inline |
Definition at line 40 of file kmp_stats_timing.h.
References value.
|
inline |
Definition at line 38 of file kmp_stats_timing.h.
|
friend |
Definition at line 93 of file kmp_stats_timing.h.
|
friend |
Definition at line 81 of file kmp_stats_timing.h.
|
friend |
Definition at line 87 of file kmp_stats_timing.h.
|
friend |
Definition at line 45 of file kmp_stats_timing.h.