blob: 14208cd22be48c742800f2c0acff525e3848f733 (
plain)
1
2
3
4
5
6
7
8
|
#. ~/.local/bin/dev
./build.sh clean
./build.sh profile
./mknes
./build.sh profile_release
taskset -c 1 chrt -f 99 -- perf stat -C 1 ./mknes
taskset -c 1 chrt -f 99 -- perf stat -C 1 ./mknes
taskset -c 1 chrt -f 99 -- perf stat -C 1 ./mknes
|