This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Improve the tracing API
AbandonedPublic

Authored by ilya-biryukov on Jan 25 2018, 2:53 AM.

Details

Reviewers
sammccall
Summary

The new API allows tracing events to outlive individual Spans and
gives a guarantee that invididual Spans will be not be called from
multiple threads.