[PATCH] D49560: Add support to track total counts for DebugCounter
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 14:40:56 PDT 2018
davide added a comment.
Can you add a unittest for the new functionality?
================
Comment at: include/llvm/Support/DebugCounter.h:158-160
+ long Count = 0;
+ long Skip = 0;
+ long StopAfter = -1;
----------------
`int64_t` ?
Repository:
rL LLVM
https://reviews.llvm.org/D49560
More information about the llvm-commits
mailing list