CodSpeedHQ
valgrind-codspeed
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(bench): skip tracegrind tests when tool not available Detect available tools at startup and only run benchmarks for tools that are present. This fixes CI failures when running against upstream valgrind which doesn't have tracegrind. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tracegrind-tool
20 hours ago
feat(bench): add tracegrind benchmarks for comparison with callgrind Add tracegrind configurations to the benchmark suite: - tracegrind/default: basic tracing - tracegrind/cache-sim: with cache simulation - tracegrind/cache-sim+systime: with cache sim and syscall timing This allows direct performance comparison between callgrind and tracegrind. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tracegrind-tool
20 hours ago
feat: discriminated union schema for msgpack, drop CSV format - Update msgpack format to version 2 with event_schemas - Each event type (ENTER, EXIT, FORK) has its own column schema - FORK events use minimal 4-element format: [seq, tid, event, child_pid] - Remove CSV output format entirely (msgpack-only now) - Add decode-trace.py script for debugging trace files - Add fork detection via post-syscall handler for fork/clone/vfork Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tracegrind-tool
20 hours ago
feat: add MsgPack+LZ4 output format for tracegrind Add --output-format=csv|msgpack option. MsgPack format uses LZ4 block compression achieving ~12x compression vs CSV. New files: - tg_msgpack.c/h: MsgPack encoder (write-only) - tg_lz4.c/h: LZ4 compression wrapper with VG_() adaptations - lz4.c/h: Vendored LZ4 library (BSD-2-Clause) - docs/tracegrind-msgpack-format.md: Format specification Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tracegrind-tool
21 hours ago
chore: release 3.26.0-0codspeed0
master
3 months ago
chore: release 3.26.0-0codspeed0
master
3 months ago
chore: release 3.26.0-0codspeed0
master
3 months ago
feat: implement merge sort for jCC lists to ensure chronological dump order
master
3 months ago
Active Branches
feat: add the tracegrind tool
last run
20 hours ago
#8
CodSpeed Performance Gauge
N/A
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs