This is an archive of the discontinued LLVM Phabricator instance.

[Support] Untie the llvm::Signpost interface from llvm::Timer
ClosedPublic

Authored by JDevlieghere on Dec 21 2020, 11:22 AM.

Details

Summary

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.

Diff Detail