5#ifndef RUNTIME_VM_SCOPE_TIMER_H_
6#define RUNTIME_VM_SCOPE_TIMER_H_
19 : enabled_(enabled), name_(
name), start_(0) {
static int64_t GetCurrentMonotonicMicros()
static void static void PrintErr(const char *format,...) PRINTF_ATTRIBUTE(1
ScopeTimer(const char *name, bool enabled=true)
int64_t GetElapsed() const
constexpr double MicrosecondsToSeconds(int64_t micros)