LLVM 20.0.0git
|
#include "llvm/XRay/BlockIndexer.h"
Public Attributes | |
uint64_t | ProcessID |
int32_t | ThreadID |
WallclockRecord * | WallclockTime |
std::vector< Record * > | Records |
Definition at line 28 of file BlockIndexer.h.
uint64_t llvm::xray::BlockIndexer::Block::ProcessID |
Definition at line 29 of file BlockIndexer.h.
Referenced by llvm::xray::BlockIndexer::flush(), and llvm::xray::BlockIndexer::visit().
std::vector<Record *> llvm::xray::BlockIndexer::Block::Records |
Definition at line 32 of file BlockIndexer.h.
Referenced by llvm::xray::BlockIndexer::flush(), and llvm::xray::BlockIndexer::visit().
int32_t llvm::xray::BlockIndexer::Block::ThreadID |
Definition at line 30 of file BlockIndexer.h.
Referenced by llvm::xray::BlockIndexer::flush(), and llvm::xray::BlockIndexer::visit().
WallclockRecord* llvm::xray::BlockIndexer::Block::WallclockTime |
Definition at line 31 of file BlockIndexer.h.
Referenced by llvm::xray::BlockIndexer::flush(), and llvm::xray::BlockIndexer::visit().