c-kzg-4844/.gitignore
Justin Traglia 5c1128e380
Add profiling (#124)
* Start to add profiling

* Add include flags for macos

* Add profiling funcs for the other funcs

* Add profiling readme

* Move sentence

* Add warning section

* Make run_profiler phony

* Delete extra empty lines

* Add line about box size

* No more dropped nodes/edges

* Remove function focus

* Add sha256 benchmark

* Benchmark sha256 with different sizes

* Clean things up a little
2023-02-10 20:33:32 +00:00

22 lines
251 B
Plaintext

test_c_kzg_4844
test_c_kzg_4844_*
coverage.html
*.profraw
*.profdata
*.prof
*.pdf
*.o
*.s
*.a
*.out
inc/blst.h*
inc/blst_aux.h*
.vscode/
.idea/
*bindings/*/*.so
*bindings/rust/target
*bindings/csharp/*.exe
*bindings/csharp/*.dll
__pycache__
.DS_Store