mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
added frame miss rate for m4 signal processing
This commit is contained in:
parent
4ff92be23b
commit
50e5bc60ee
4 changed files with 22 additions and 7 deletions
|
@ -69,6 +69,7 @@ struct SharedMemory {
|
|||
uint8_t volatile m4_cpu_usage{ 0 };
|
||||
uint16_t volatile m4_stack_usage{ 0 };
|
||||
uint16_t volatile m4_heap_usage{ 0 };
|
||||
uint16_t volatile m4_buffer_missed{ 0 };
|
||||
};
|
||||
|
||||
extern SharedMemory& shared_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue