runtime-diff 0.1.1

A simple tool to compare runtime execution of different executables by analyzing targeted print statements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "runtime-diff"
version = "0.1.1"
edition = "2024"
default-run = "runtime-diff"

description = "A simple tool to compare runtime execution of different executables by analyzing targeted print statements."
license = "MIT OR Apache-2.0"

[dependencies]
crossbeam = "0.8.4"
structopt = "0.3.26"