Struct ns_profiler_sidecar_t
ClassList > ns_profiler_sidecar_t
Public Attributes
Type | Name |
---|---|
ns_cache_dump_t | cache_snapshot |
uint32_t | captured_event_num How many events have been captured so far. |
uint32_t | estimated_mac_count |
bool | has_estimated_macs |
const ns_perf_mac_count_t * | m |
uint32_t * | mac_count_map |
int | number_of_layers Number of layers for which we have mac estimates. |
ns_perf_counters_t | perf_snapshot |
Public Attributes Documentation
variable cache_snapshot
ns_cache_dump_t ns_profiler_sidecar_t::cache_snapshot[NS_PROFILER_MAX_EVENTS];
variable captured_event_num
How many events have been captured so far.
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 m
const ns_perf_mac_count_t* ns_profiler_sidecar_t::m;
variable mac_count_map
uint32_t* ns_profiler_sidecar_t::mac_count_map;
variable number_of_layers
Number of layers for which we have mac estimates.
int ns_profiler_sidecar_t::number_of_layers;
variable perf_snapshot
ns_perf_counters_t ns_profiler_sidecar_t::perf_snapshot[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