vortex-trace 0.1.0

Structured event tracing and replay for Vortex simulations
Documentation
  • Coverage
  • 66.07%
    74 out of 112 items documented4 out of 36 items with examples
  • Size
  • Source code size: 64.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sansavision

vortex-trace — Structured event tracing for deterministic simulation replay.

Every significant event in the simulation is captured as a [TraceEvent]. Given the same seed, the trace is bit-for-bit identical — enabling:

  • Post-mortem debugging of failed seeds
  • Differential replay (compare two runs)
  • Human-readable dump for manual inspection