#include <cycleclock.h>
Static Public Member Functions | |
| static double | Frequency () |
| static int64_t | Now () |
Private Member Functions | |
| CycleClock () | |
| CycleClock (const CycleClock &) | |
| CycleClock & | operator= (const CycleClock &) |
Definition at line 53 of file cycleclock.h.
| absl::base_internal::CycleClock::CycleClock | ( | ) | [private] |
| absl::base_internal::CycleClock::CycleClock | ( | const CycleClock & | ) | [private] |
| double absl::base_internal::CycleClock::Frequency | ( | ) | [static] |
Definition at line 98 of file cycleclock.cc.
| int64_t absl::base_internal::CycleClock::Now | ( | ) | [static] |
Definition at line 92 of file cycleclock.cc.
| CycleClock& absl::base_internal::CycleClock::operator= | ( | const CycleClock & | ) | [private] |