This is an archive of the discontinued LLVM Phabricator instance.

RFC: Remove redundant Begin/End form signpost format strings.
ClosedPublic

Authored by aprantl on Jun 2 2021, 5:32 PM.

Details

Summary

The API already captures the begin/end part and in Instruments, this just adds visual noise that gets in the way of the interesting data. In fact, we may not even want to print anything in the end signpost if the string is identical with the begin signpost string.

Diff Detail

Event Timeline

aprantl created this revision.Jun 2 2021, 5:32 PM
aprantl requested review of this revision.Jun 2 2021, 5:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2021, 5:32 PM
jroelofs accepted this revision.Jun 2 2021, 5:35 PM

LGTM

This revision is now accepted and ready to land.Jun 2 2021, 5:35 PM
aprantl updated this revision to Diff 349586.Jun 3 2021, 9:30 AM

I just confirmed that passing an empty string for the end event looks even better in Instruments.

This revision was automatically updated to reflect the committed changes.