#include "lldb/lldb-defines.h"
#include "llvm/Support/Chrono.h"
#include <atomic>
#include <cstdint>
Go to the source code of this file.
|
namespace | lldb_private |
| A class that represents a running process on the host machine.
|
|
◆ LLDB_SCOPED_TIMER
#define LLDB_SCOPED_TIMER |
( |
| ) |
|
Value: static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
A timer class that simplifies common timing metrics.
Definition at line 83 of file Timer.h.
◆ LLDB_SCOPED_TIMERF
#define LLDB_SCOPED_TIMERF |
( |
|
... | ) |
|
Value: static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
Definition at line 86 of file Timer.h.