LLVM 22.0.0git
llvm::xray::BlockIndexer::Block Struct Reference

#include "llvm/XRay/BlockIndexer.h"

Public Attributes

uint64_t ProcessID
int32_t ThreadID
WallclockRecordWallclockTime
std::vector< Record * > Records

Detailed Description

Definition at line 29 of file BlockIndexer.h.

Member Data Documentation

◆ ProcessID

uint64_t llvm::xray::BlockIndexer::Block::ProcessID

Definition at line 30 of file BlockIndexer.h.

◆ Records

std::vector<Record *> llvm::xray::BlockIndexer::Block::Records

Definition at line 33 of file BlockIndexer.h.

◆ ThreadID

int32_t llvm::xray::BlockIndexer::Block::ThreadID

Definition at line 31 of file BlockIndexer.h.

◆ WallclockTime

WallclockRecord* llvm::xray::BlockIndexer::Block::WallclockTime

Definition at line 32 of file BlockIndexer.h.


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