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

#include "llvm/Support/DebugCounter.h"

Public Attributes

int64_t Count
 
uint64_t ChunkIdx
 

Detailed Description

Definition at line 100 of file DebugCounter.h.

Member Data Documentation

◆ ChunkIdx

uint64_t llvm::DebugCounter::CounterState::ChunkIdx

Definition at line 102 of file DebugCounter.h.

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

◆ Count

int64_t llvm::DebugCounter::CounterState::Count

Definition at line 101 of file DebugCounter.h.

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


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