Go to the source code of this file.
Namespaces | |
namespace | dw |
namespace | dw::trace |
Variables | |
static constexpr uint64_t | dw::trace::DW_TRACE_CHAN_ENABLE_ALL {(0xFFFFFFFF)} |
static const auto | dw::trace::DW_TRACE_CHAN_MASK = [](uint32_t const idx) { return (1U << idx); } |
DWTrace header type are used for indicating the type of trace being added. More... | |
static constexpr uint64_t | dw::trace::DW_TRACE_CHAN_MASK_NONE {0} |
static constexpr uint32_t | dw::trace::DW_TRACE_FLUSH_INTERVAL_DEFAULT {5500} |
Default number of channel traces before flush. More... | |
static constexpr size_t | dw::trace::DW_TRACE_MAX_CUDA_EVENTS {425} |
Cuda events are required for measuring execution time on GPU/DLA. More... | |
static constexpr uint32_t | dw::trace::DW_TRACE_MAX_FILE_SIZE_MB {8192} |
Default Max file size of generate DWTrace in MBs. More... | |
static constexpr uint32_t | dw::trace::DW_TRACE_MAX_NUM_EVENTS_PER_CHAN {(20 * 1024)} |
static constexpr uint32_t | dw::trace::DW_TRACE_MAX_PAYLOAD_SIZE {64U} |
static constexpr uint32_t | dw::trace::DW_TRACE_MAX_TAG_SIZE {256U} |
static constexpr char8_t const * | dw::trace::DW_TRACE_STR_TAG {"[TRACE]: "} |
static constexpr uint32_t | dw::trace::DW_TRACE_SUCCESS {0U} |