scalopus icon indicating copy to clipboard operation
scalopus copied to clipboard

A tracing framework for C++ and Python.

Results 2 scalopus issues
Sort by recently updated
recently updated
newest added

Improvements for the `record` script contributed in https://github.com/iwanders/scalopus/pull/9: - [ ] `-o filename` for writing to a directly named file, detect `.gz` extension and zip if appropriate. It should still...

Collecting some things for cleanup: - [ ] Switch integer types to `std::` flavours. - [ ] Switch native trace type to enum backed by `std::uint8_t` instead of separate `uint8_t`.