1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include
George Burgess IV 0cc0c555e8 [DebugCounters] Keep track of total counts
This patch makes debug counters keep track of the total number of times
we've called `shouldExecute` for each counter, so it's easier to build
automated tooling on top of these.

A patch to print these counts is coming soon.

Patch by Zhizhou Yang!

Differential Revision: https://reviews.llvm.org/D49560

llvm-svn: 337748
2018-07-23 21:49:36 +00:00
..
llvm [DebugCounters] Keep track of total counts 2018-07-23 21:49:36 +00:00
llvm-c [DebugInfo] Add a new DI flag to record if a C++ record is a trivial type 2018-07-21 05:42:13 +00:00