Skip to content

Commit aaf8e32

Browse files
committed
Document cmake build/run
1 parent 67f2e41 commit aaf8e32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ cmake -B build -DOPENCV_ARCH=osxuniversal -DCMAKE_OSX_ARCHITECTURES="arm64;x86_6
2020
cmake --build build
2121
```
2222

23+
# Uncertainty testing
24+
25+
I configure with `cmake -B cmake_build`, build with `cmake --build cmake_build` and run with `time ./cmake_build/bin/mrcal_jni_test > /dev/null`
26+
2327
I benchmark with `perf record -F 99 -g ./cmake_build/bin/mrcal_jni_test`

0 commit comments

Comments
 (0)