|
static constexpr uint64_t | DW_TRACE_CHAN_ENABLE_ALL {(0xFFFFFFFF)} |
|
static const auto | 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_CHAN_MASK_NONE {0} |
|
static constexpr uint32_t | DW_TRACE_FLUSH_INTERVAL_DEFAULT {5500} |
| Default number of channel traces before flush. More...
|
|
static constexpr Level | DW_TRACE_LEVEL_DEFAULT {Level::LEVEL_30} |
| If not sure about tracing level at the time of using DWTrace API, then use default trace level. More...
|
|
static constexpr size_t | DW_TRACE_MAX_CUDA_EVENTS {425} |
| Cuda events are required for measuring execution time on GPU/DLA. More...
|
|
static constexpr uint32_t | DW_TRACE_MAX_FILE_SIZE_MB {8192} |
| Default Max file size of generate DWTrace in MBs. More...
|
|
static constexpr uint32_t | DW_TRACE_MAX_NUM_EVENTS_PER_CHAN {(20 * 1024)} |
|
static constexpr uint32_t | DW_TRACE_MAX_PAYLOAD_SIZE {64U} |
|
static constexpr uint32_t | DW_TRACE_MAX_TAG_SIZE {256U} |
|
static constexpr char8_t const * | DW_TRACE_STR_TAG {"[TRACE]: "} |
|
static constexpr uint32_t | DW_TRACE_SUCCESS {0U} |
|
static constexpr dwtTime_t | DWTRACE_TIMEOUT_INFINITE {std::numeric_limits<dwtTime_t>::max()} |
|
static const dw::core::StaticHashMap< sv, Level, NUM_LEVELS > | nameToLevelMap |
|
static constexpr size_t | NUM_LEVELS {static_cast<size_t>(Level::LEVEL_100) + 1UL} |
|