10 Commits

Author SHA1 Message Date
d7cf79a092 Add anyhow for better errors 2025-09-12 11:54:23 +02:00
718a7fe078 Add nyx benchmark without pt 2025-09-10 16:14:30 +02:00
2d88a8539f Move install nyx functionality from build script to runtime
It did not make a lot of sense to have that in the buildscript, as that will make nyx_runner dependent on the target directory.
This also allows specifying a binary to trace at runtime
2025-09-07 14:36:02 +02:00
57ff2f187c Add embench
for now, compile all benchmarks (except one) and run serially
2025-09-06 17:12:01 +02:00
c2e432c219 Benchmark nyx and baseline 2025-09-05 15:00:47 +02:00
f072c0ce53 Use correct conversion for time values
Two errors I made:
* cycle durations are not constant, their value relies on the cbr
* tsc frequency was not exactly 2.7Ghz, now calculated at runtime
2025-09-04 18:11:20 +02:00
e2d9fadcc8 Analyze trace dump for time information 2025-08-12 15:40:52 +02:00
5e526b9b9d Create qemu_nyx logfile in debug mode 2025-08-06 15:59:08 +02:00
e46e0fbacc Automatically build the client
This makes it possible to just type `cargo run` and always get the up to date client
2025-07-31 15:45:58 +02:00
David Venhoff
c8b055f7d8 Initial commit 2025-07-31 13:31:42 +02:00