mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
This patch introduces a LLDB_SCOPED_TIMER macro to hide the needlessly repetitive creation of scoped timers in LLDB. It's similar to the LLDB_LOG(F) macro. Differential revision: https://reviews.llvm.org/D93663