Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

  1. Time information

hyperfine --warmup 3 ./cmake-build-debug/clf -f data/100k -n 5 hyperfine --warmup 3 ./cmake-build-debug/clf -f data/1M -n 5 hyperfine --warmup 3 ./cmake-build-debug/clf -f data/10M -n 5

  1. Memory information

heaptrack -- ./cmake-build-debug/clf -n 5 -f data/100k heaptrack -- ./cmake-build-debug/clf -n 5 -f data/1M heaptrack -- ./cmake-build-debug/clf -n 5 -f data/10M

heaptrack_print heaptrack.clf.892641.zst

  1. CPU utilization information

sudo perf stat -- ./cmake-build-debug/clf -f data/100k -n 5 sudo perf stat -- ./cmake-build-debug/clf -f data/1M -n 5 sudo perf stat -- ./cmake-build-debug/clf -f data/10M -n 5

sudo perf record -g -- ./cmake-build-debug/clf -f data/100k -n 5 sudo perf record -g -- ./cmake-build-debug/clf -f data/1M -n 5 sudo perf record -g -- ./cmake-build-debug/clf -f data/10M -n 5

perf report --stdio

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages