time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

commit 88b627b62ab5ceaa02425c0e1185abfea9ae5f7a
parent 1ff35f623516aae446166b794a1b2209f441314c
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sat,  3 Jun 2023 11:06:44 -0600

makefile perf tweak

Diffstat:
MC/makefile | 2+-
MC/out/samples | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/C/makefile b/C/makefile @@ -96,7 +96,7 @@ profile-linux: # rm analysis.txt # perf: OMP_NUM_THREADS=16 sudo perf record $(OUTPUT) - perf report + sudo perf report rm perf.data diff --git a/C/out/samples b/C/out/samples Binary files differ.