[PATCH] D93655: [Support] Untie the llvm::Signpost interface from llvm::Timer
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 21 11:22:25 PST 2020
JDevlieghere created this revision.
JDevlieghere added reviewers: dsanders, bogner.
Herald added subscribers: dexonsmith, hiraditya.
JDevlieghere requested review of this revision.
Herald added a project: LLVM.
Make `llvm::Signpost` more generic by untying from `llvm::Timer`. This allows signposts to be used in a different context.
My motivation for doing this is being able to use signposts in LLDB.
https://reviews.llvm.org/D93655
Files:
llvm/include/llvm/Support/Signposts.h
llvm/lib/Support/Signposts.cpp
llvm/lib/Support/Timer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93655.313160.patch
Type: text/x-patch
Size: 5224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201221/ef806cdd/attachment.bin>
More information about the llvm-commits
mailing list