Struct ns_profiler_sidecar_t
ClassList > ns_profiler_sidecar_t
Public Attributes
Type | Name |
---|---|
ns_cache_dump_t | cache_end |
ns_cache_dump_t | cache_start |
uint32_t | captured_event_num How many events have been captured so far. |
uint32_t | estimated_mac_count |
bool | has_estimated_macs |
uint32_t * | mac_count_map |
int | number_of_layers Number of layers for which we have mac estimates. |
ns_perf_counters_t | perf_end |
ns_perf_counters_t | perf_start |
Public Attributes Documentation
variable cache_end
ns_cache_dump_t ns_profiler_sidecar_t::cache_end[NS_PROFILER_MAX_EVENTS];
variable cache_start
ns_cache_dump_t ns_profiler_sidecar_t::cache_start[NS_PROFILER_MAX_EVENTS];
variable captured_event_num
uint32_t ns_profiler_sidecar_t::captured_event_num;
variable estimated_mac_count
uint32_t ns_profiler_sidecar_t::estimated_mac_count[NS_PROFILER_MAX_EVENTS];
variable has_estimated_macs
bool ns_profiler_sidecar_t::has_estimated_macs;
variable mac_count_map
uint32_t* ns_profiler_sidecar_t::mac_count_map;
variable number_of_layers
int ns_profiler_sidecar_t::number_of_layers;
variable perf_end
ns_perf_counters_t ns_profiler_sidecar_t::perf_end[NS_PROFILER_MAX_EVENTS];
variable perf_start
ns_perf_counters_t ns_profiler_sidecar_t::perf_start[NS_PROFILER_MAX_EVENTS];
The documentation for this class was generated from the following file neuralSPOT/neuralspot/ns-harness/includes-api/ns_debug_log.h