brickbtv / CROS

OS implementation for APCPU-32 virtual microprocessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools for syscalls profiling

brickbtv opened this issue · comments

At the moment, only way to reduce lagging of OS and apps - grow up the CPU frequency. Also, in-simulator profiler shows a big number of IRQ's (SWI mostly).

There should be some kind of system profiling tools.

Partially, this work done by 56d6a86 and 294f7c8 commits. But this way needed some tool inside OS or like independent apps.