reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Utility/Timer.cpp
   44   m_nanos_total.store(0, std::memory_order_release);
   98   m_category.m_nanos_total += std::chrono::nanoseconds(total_dur).count();
  124     i->m_nanos_total.store(0, std::memory_order_release);
  134       uint64_t nanos_total = i->m_nanos_total.load(std::memory_order_acquire);