Skip to content

add programmatic interface for data produced by cpuuse

zack liang requested to merge zakthertemsdev/rtems:cpuuse_5105 into main

Currently, the data produced by the 'cpuuse' shell command is output via a printer visitor which makes it hard to consume programmatically as it requires parsing the resulting string. This functionality could be recreated in an application, but it would be better to provide this directly to reduce copying.

closes #5105test.txt

Merge request reports