rtic-scope / cargo-rtic-scope

Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.
16 stars 4 forks source link

Print a final status message instead of preserving in-progress status #83

Closed tmplt closed 2 years ago

tmplt commented 2 years ago

We currently print a newline before printing any transient stderrs. This keeps an in-progress that instantly becomes out of date when the program exits. Print a final status message instead. Then we can do away with the newline.