#include "lldb/lldb-defines.h"
#include "llvm/Support/Chrono.h"
#include <atomic>
#include <stdint.h>
Go to the source code of this file.
|
| 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); \
Definition at line 77 of file Timer.h.
◆ LLDB_SCOPED_TIMERF
#define LLDB_SCOPED_TIMERF |
( |
|
... | ) |
|
Value: static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
Definition at line 80 of file Timer.h.