ΒΆconst std::vector<std::pair<StringRef, uint64_t>>
GetStatistics()

Description

Get the statistics. This can be used to look up the value of statistics without needing to parse JSON. This function does not prevent statistics being updated by other threads during it's execution. It will return the value at the point that it is read. However, it will prevent new statistics from registering until it completes.

Declared at: llvm/include/llvm/ADT/Statistic.h:203