LatencyProfilerOptions Struct
Construction options for LatencyProfiler. More...
Declaration
Included Headers
Public Member Attributes Index
| bool | capture_kernels = true |
|
Capture per-kernel-invocation events. More... | |
| bool | capture_memcpy = true |
|
Capture per-site memcpy totals. More... | |
| std::size_t | ring_capacity = 8192 |
|
Event ring capacity (oldest dropped on overflow). More... | |
| std::int64_t | warmup_frames = 0 |
|
Frames to skip before starting measurement. More... | |
Description
Construction options for LatencyProfiler.
Definition at line 183 of file LatencyProfiler.h.
Public Member Attributes
capture_kernels
|
Capture per-kernel-invocation events.
Definition at line 184 of file LatencyProfiler.h.
capture_memcpy
|
Capture per-site memcpy totals.
Definition at line 185 of file LatencyProfiler.h.
ring_capacity
|
Event ring capacity (oldest dropped on overflow).
Definition at line 186 of file LatencyProfiler.h.
warmup_frames
|
Frames to skip before starting measurement.
Definition at line 187 of file LatencyProfiler.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.