We are assuming that the pointer is always valid, might as well take a
reference instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153711
[lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a pointer ClosedPublic Authored by bulbazord on Jun 24 2023, 12:33 PM.
Details Summary We are assuming that the pointer is always valid, might as well take a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 24 2023, 1:37 PM Closed by commit rG5f69e6682bf0: [lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a… (authored by bulbazord). · Explain WhyJun 26 2023, 10:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 534257 lldb/include/lldb/Utility/Timer.h
lldb/source/Commands/CommandObjectLog.cpp
lldb/source/Utility/Timer.cpp
lldb/unittests/Utility/TimerTest.cpp
|