From 041aa14fa9efb7eaa8e1348fc124f417e33e11e4 Mon Sep 17 00:00:00 2001 From: Lol3rrr Date: Sun, 22 Sep 2024 20:38:55 +0200 Subject: [PATCH] Minor updates to the README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index af0ccfd..4876051 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,13 @@ A parser for cs2 demo files ## Requirements - `protoc` needs to be installed locally - `Protobufs` submodule needs to be checked out using git as well + +## Benchmarking +Currently there are no proper benchmarks. +Right now one can compile the given examples and run them using something like +[hyperfine](https://github.com/sharkdp/hyperfine) + +## Profiling +Similar to the Benchmarking section, the best approach currently is to compile +the examples with debug information and then run them under a profiling tool of +your choice, like [samply](https://github.com/mstange/samply)