Vision Apps User Guide
app_perf_stats_hwa_load_t Struct Reference

Detailed Description

HWA load information.

Data Fields

uint64_t total_time
 
uint64_t active_time
 
uint64_t pixels_processed
 
uint64_t last_timestamp
 

Field Documentation

◆ total_time

uint64_t app_perf_stats_hwa_load_t::total_time

Total time elasped, in units of usecs

◆ active_time

uint64_t app_perf_stats_hwa_load_t::active_time

Time the HWA was active, in units of usecs

◆ pixels_processed

uint64_t app_perf_stats_hwa_load_t::pixels_processed

Number of pixels processed in active time

◆ last_timestamp

uint64_t app_perf_stats_hwa_load_t::last_timestamp

Last time HWA was active, USED INTERNALLY, NOT TO BE USED BY USER