Vision Apps User Guide
app_perf_stats_os_stats_t Struct Reference

Detailed Description

OS Resource usage information.

Data Fields

uint32_t semaphore_count
 
uint32_t mutex_count
 
uint32_t queue_count
 
uint32_t event_count
 
uint32_t heap_count
 
uint32_t mailbox_count
 
uint32_t task_count
 
uint32_t clock_count
 
uint32_t hwi_count
 
uint32_t timer_count
 
uint32_t semaphore_peak
 
uint32_t mutex_peak
 
uint32_t queue_peak
 
uint32_t event_peak
 
uint32_t heap_peak
 
uint32_t mailbox_peak
 
uint32_t task_peak
 
uint32_t clock_peak
 
uint32_t hwi_peak
 
uint32_t timer_peak
 

Field Documentation

◆ semaphore_count

uint32_t app_perf_stats_os_stats_t::semaphore_count

total semaphores currently being allocated

◆ mutex_count

uint32_t app_perf_stats_os_stats_t::mutex_count

total mutexes currently being allocated

◆ queue_count

uint32_t app_perf_stats_os_stats_t::queue_count

total queues currently being allocated

◆ event_count

uint32_t app_perf_stats_os_stats_t::event_count

total events currently being allocated

◆ heap_count

uint32_t app_perf_stats_os_stats_t::heap_count

total heaps currently being allocated

◆ mailbox_count

uint32_t app_perf_stats_os_stats_t::mailbox_count

total mailboxes currently being allocated

◆ task_count

uint32_t app_perf_stats_os_stats_t::task_count

total tasks currently being allocated

◆ clock_count

uint32_t app_perf_stats_os_stats_t::clock_count

total clocks currently being allocated

◆ hwi_count

uint32_t app_perf_stats_os_stats_t::hwi_count

total hwis currently being allocated

◆ timer_count

uint32_t app_perf_stats_os_stats_t::timer_count

total timers currently being allocated

◆ semaphore_peak

uint32_t app_perf_stats_os_stats_t::semaphore_peak

peak semaphores allocated since boot

◆ mutex_peak

uint32_t app_perf_stats_os_stats_t::mutex_peak

peak mutexes allocated since boot

◆ queue_peak

uint32_t app_perf_stats_os_stats_t::queue_peak

peak queues allocated since boot

◆ event_peak

uint32_t app_perf_stats_os_stats_t::event_peak

peak events allocated since boot

◆ heap_peak

uint32_t app_perf_stats_os_stats_t::heap_peak

peak heaps allocated since boot

◆ mailbox_peak

uint32_t app_perf_stats_os_stats_t::mailbox_peak

peak mailboxes allocated since boot

◆ task_peak

uint32_t app_perf_stats_os_stats_t::task_peak

peak tasks allocated since boot

◆ clock_peak

uint32_t app_perf_stats_os_stats_t::clock_peak

peak clocks allocated since boot

◆ hwi_peak

uint32_t app_perf_stats_os_stats_t::hwi_peak

peak hwis allocated since boot

◆ timer_peak

uint32_t app_perf_stats_os_stats_t::timer_peak

peak timers allocated since boot