Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 364 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 364 Bytes

stgen_1to2

This is a utility for converting the old SynchroTrace format, compatible with v1, to the newer format, compatible with v2.

Build

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j

Run

This will overwrite any traces with the same name in the target directory!

./stgen_1to2 DIR_WITH_V1_TRACES DIR_WITH_V2_TRACES