LLVM: llvm::xray::BlockIndexer::Block Struct Reference (original) (raw)

#include "[llvm/XRay/BlockIndexer.h](BlockIndexer%5F8h%5Fsource.html)"

Public Attributes
uint64_t ProcessID
int32_t ThreadID
WallclockRecord * WallclockTime
std::vector< Record * > Records

Detailed Description

Definition at line 28 of file BlockIndexer.h.

Member Data Documentation

ProcessID

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

Definition at line 29 of file BlockIndexer.h.

Records

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

Definition at line 32 of file BlockIndexer.h.

ThreadID

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

Definition at line 30 of file BlockIndexer.h.

WallclockTime

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

Definition at line 31 of file BlockIndexer.h.


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