#include <Timer.h>
Definition at line 25 of file Timer.h.
◆ Category() [1/2]
Timer::Category::Category |
( |
const char * |
category_name | ) |
|
|
explicit |
◆ Category() [2/2]
lldb_private::Timer::Category::Category |
( |
const Category & |
| ) |
|
|
privatedelete |
◆ GetName()
llvm::StringRef lldb_private::Timer::Category::GetName |
( |
| ) |
|
|
inline |
◆ operator=()
◆ Timer
◆ m_count
std::atomic<uint64_t> lldb_private::Timer::Category::m_count |
|
private |
◆ m_name
const char* lldb_private::Timer::Category::m_name |
|
private |
◆ m_nanos
std::atomic<uint64_t> lldb_private::Timer::Category::m_nanos |
|
private |
◆ m_nanos_total
std::atomic<uint64_t> lldb_private::Timer::Category::m_nanos_total |
|
private |
◆ m_next
std::atomic<Category *> lldb_private::Timer::Category::m_next |
|
private |
The documentation for this class was generated from the following files: