LLVM 19.0.0git
Public Attributes | List of all members
llvm::DebugCounter::CounterInfo Struct Reference

#include "llvm/Support/DebugCounter.h"

Public Attributes

int64_t Count = 0
 
uint64_t CurrChunkIdx = 0
 
bool IsSet = false
 
std::string Desc
 
SmallVector< ChunkChunks
 

Detailed Description

Definition at line 170 of file DebugCounter.h.

Member Data Documentation

◆ Chunks

SmallVector<Chunk> llvm::DebugCounter::CounterInfo::Chunks

◆ Count

int64_t llvm::DebugCounter::CounterInfo::Count = 0

Definition at line 171 of file DebugCounter.h.

Referenced by llvm::DebugCounter::shouldExecuteImpl().

◆ CurrChunkIdx

uint64_t llvm::DebugCounter::CounterInfo::CurrChunkIdx = 0

Definition at line 172 of file DebugCounter.h.

Referenced by llvm::DebugCounter::shouldExecuteImpl().

◆ Desc

std::string llvm::DebugCounter::CounterInfo::Desc

Definition at line 174 of file DebugCounter.h.

◆ IsSet

bool llvm::DebugCounter::CounterInfo::IsSet = false

Definition at line 173 of file DebugCounter.h.

Referenced by llvm::DebugCounter::push_back().


The documentation for this struct was generated from the following file: