rtic-scope / cargo-rtic-scope

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

Fix dummy timestamp unit and add header on replay --list #140

Closed tmplt closed 2 years ago

tmplt commented 2 years ago

Before this PR nanosecond timestamps where incorrectly reported as microseconds. This PR also adds a non-exhaustive header to the printout of replay --list for documentation purposes.