RVS gets a new timing analysis engine
From RVS 3.24, RapiTime and RapiTask will use our multi-automata timing analysis engine by default, rather than the single-automaton timing analysis engine they were using previously.
This new and improved engine has some significant benefits:
How to measure stack usage through stack painting with RapiTest
Accurately measuring stack usage is essential in safety-critical and embedded software projects. Oversized stacks waste precious memory, while undersized stacks risk catastrophic overflows.
In this post, we’ll explore how you can implement the classic stack painting technique with RapiTest support functions to measure and report task stack usage in your tests.