This is an archive of the discontinued LLVM Phabricator instance.

DO NOT SUBMIT. [clangd] A helper Mutex class that reports contention stats
Needs ReviewPublic

Authored by ilya-biryukov on Dec 18 2018, 2:30 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Useful in getting some stats of a contention on a particular mutex.
Currently it only reports the sum of wall time taken by all threads
waiting on a mutex.