Skip to content

Instantly share code, notes, and snippets.

View LukasKalbertodt's full-sized avatar
🦊

Lukas Kalbertodt LukasKalbertodt

🦊
View GitHub Profile
@ecstatic-morse
ecstatic-morse / crater-extract-regressed.sh
Last active January 26, 2020 21:06
Extract regressed crates from crater's `results.json`
#!/bin/bash
set -euo pipefail
function find_crates {
file=$1
origin=$2
result=$3
case "$origin" in
@dlaehnemann
dlaehnemann / flamegraph_rust.md
Last active February 14, 2024 14:14
flamegraphing rust binaries' cpu usage with perf