LLVM OpenMP 22.0.0git
tsc_tick_count::tsc_interval_t Class Reference

#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_toperator= (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_toperator+= (tsc_tick_count::tsc_interval_t &i1, const tsc_tick_count::tsc_interval_t &i0)

Detailed Description

Definition at line 29 of file kmp_stats_timing.h.

Constructor & Destructor Documentation

◆ tsc_interval_t()

tsc_tick_count::tsc_interval_t::tsc_interval_t ( )
inline

Definition at line 34 of file kmp_stats_timing.h.

Member Function Documentation

◆ getValue()

int64_t tsc_tick_count::tsc_interval_t::getValue ( ) const
inline

Definition at line 39 of file kmp_stats_timing.h.

◆ operator=()

tsc_interval_t & tsc_tick_count::tsc_interval_t::operator= ( int64_t nvalue)
inline

Definition at line 40 of file kmp_stats_timing.h.

◆ ticks()

double tsc_tick_count::tsc_interval_t::ticks ( ) const
inline

Definition at line 38 of file kmp_stats_timing.h.

References double.

◆ operator+=

Definition at line 93 of file kmp_stats_timing.h.

◆ operator- [1/2]

tsc_interval_t operator- ( const tsc_tick_count & t1,
const tsc_tick_count & t0 )
friend

Definition at line 81 of file kmp_stats_timing.h.

References tsc_tick_count.

◆ operator- [2/2]

Definition at line 87 of file kmp_stats_timing.h.

◆ tsc_tick_count

friend class tsc_tick_count
friend

Definition at line 45 of file kmp_stats_timing.h.

References tsc_tick_count.

Referenced by operator-, and tsc_tick_count.


The documentation for this class was generated from the following file: