|
LLVM 22.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.
| std::vector<Record *> llvm::xray::BlockIndexer::Block::Records |
Definition at line 32 of file BlockIndexer.h.
| int32_t llvm::xray::BlockIndexer::Block::ThreadID |
Definition at line 30 of file BlockIndexer.h.
| WallclockRecord* llvm::xray::BlockIndexer::Block::WallclockTime |
Definition at line 31 of file BlockIndexer.h.