We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43e8e9 commit 2f18e51Copy full SHA for 2f18e51
lldb/include/lldb/Utility/Timer.h
@@ -76,7 +76,7 @@ class Timer {
76
77
#define LLDB_SCOPED_TIMER() \
78
static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
79
- ::lldb_private::Timer _scoped_timer(_cat, LLVM_PRETTY_FUNCTION)
+ ::lldb_private::Timer _scoped_timer(_cat, "%s", LLVM_PRETTY_FUNCTION)
80
#define LLDB_SCOPED_TIMERF(...) \
81
82
::lldb_private::Timer _scoped_timer(_cat, __VA_ARGS__)
0 commit comments