|
using | block_type = std::vector< Event > |
|
|
void | allocBlock () |
|
template<typename... Args> |
void | record (Args &&...args) |
|
std::vector< Event > | consolidate () |
|
|
std::forward_list< block_type > | blocks |
|
|
static constexpr size_t | MB = 1024 * 1024 |
|
static constexpr size_t | event_block_size = 16 * MB |
|
static constexpr size_t | num_block_elements |
|
Definition at line 151 of file profiler.h.
constexpr size_t torch::autograd::profiler::RangeEventList::num_block_elements |
|
static |
Initial value:=
event_block_size / ceilToMultiple(sizeof(Event), alignof(Event))
Definition at line 154 of file profiler.h.
The documentation for this struct was generated from the following file: