charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Add support for logs in binary form #114

Open rbuch opened 3 years ago

rbuch commented 3 years ago

Charm++ can generate binary versions of Projections logs with the +binary-trace flag, which are generated via directly PUPing log entries to disk. Add a loader in Projections that can parse these files.