Home
last modified time | relevance | path

Searched refs:timer_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/hiebpf/src/
Dhhlog.cpp91 auto timer = timer_.load(); in GetLogFileName()
113 auto timer = timer_.load(); in GetFormatTime()
139 timer_.store(timer); in UpdateTimer()
/developtools/profiler/hiebpf/include/
Dhhlog.h120 std::atomic<struct timeval> timer_; variable