Sometimes we need a create load that can run in any CPU of the system for a given period of time, regardless of their compute capacity. Add a runtime event to be able to generate such a load.
Changes since v1:
- Change runtime granularity to 10usec - Reorder run and runtime in run_event() and in the tutorial.txt
Javi Merino (2): rt-parse: avoid repetition in obj_is_event() rt-app: add a runtime event
doc/tutorial.txt | 5 +++++ src/rt-app.c | 20 +++++++++++++++++ src/rt-app_parse_config.c | 57 ++++++++++++++++++++++++----------------------- src/rt-app_types.h | 1 + 4 files changed, 55 insertions(+), 28 deletions(-)