[all-commits] [llvm/llvm-project] 58ee14: [lldb] Fix timer logging inverted quiet condition
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Jan 21 15:34:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58ee14e29e98384bba6d2e1c1789b7f8e3060d24
https://github.com/llvm/llvm-project/commit/58ee14e29e98384bba6d2e1c1789b7f8e3060d24
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M lldb/source/Utility/Timer.cpp
Log Message:
-----------
[lldb] Fix timer logging inverted quiet condition
The logic of `g_quiet` was inverted in D26243. This corrects the issue.
Without this, running `log timers enable` produces a high volume of incremental
timer output.
Differential Revision: https://reviews.llvm.org/D117837
More information about the All-commits
mailing list