genode/repos/os/src/app/top
Alexander Boettcher ae16edf1d6 trace: support more facets of execution time
- execution time per thread context
- execution time per scheduling context
- quantum and priority

Issue #3192
2019-04-09 12:30:34 +02:00
..
main.cc trace: support more facets of execution time 2019-04-09 12:30:34 +02:00
README os: app showing top style CPU utilization via LOG 2017-03-15 12:32:25 +01:00
target.mk os: app showing top style CPU utilization via LOG 2017-03-15 12:32:25 +01:00

This component obtains the information about the existing trace subjects from
core's "TRACE" service and shows via the LOG session the highest CPU consumer
per CPU in percentage.

Configuration
-------------

The interval of output generation can be defined via the 'period_ms' attribute
of the '<config>' node. The value is specified in milliseconds.

The following example shows the default values.

! <config period_ms="5000"/>