Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DebugCounters] Fix DebugCounterTest when running all SupportTests | Alexandre Ganea | 2018-08-29 | 1 | -3/+2 |
| | | | | | | | | Previously, the DebugCounterTest was failing because CommandLineTest.GetCommandLineArguments was clearing all the global singletons. Differential Revision: https://reviews.llvm.org/D51423 llvm-svn: 340935 | ||||
* | [DebugCounters] Keep track of total counts | George Burgess IV | 2018-07-23 | 1 | -0/+42 |
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 |