struct DebugCounter::CounterInfo
Declaration
struct DebugCounter::CounterInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/DebugCounter.h:168
Member Variables
- public int64_t Count = 0
- public int64_t Skip = 0
- public int64_t StopAfter = -1
- public bool IsSet = false
- public std::string Desc