Files
csdemo/README.md
Lol3rrr 8125467196
Some checks failed
Testing/Linting / test (push) Has been cancelled
Benchmark / benchmark (push) Has been cancelled
Testing/Linting / lint (push) Failing after -491299h12m57s
Add migration note
2025-12-30 10:47:46 +01:00

18 lines
643 B
Markdown

# CSDemo
A parser for cs2 demo files.
Migrated from [GitHub](https://github.com/Lol3rrr/csdemo)
## 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)