Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 8, 2024
1 parent ba1f9be commit 8dc7cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/hictk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ cmake -DCMAKE_BUILD_TYPE="$CMAKE_BUILD_TYPE" \
-B build/ \
-S .

# Collect stats about memory usage
bash -c "while :; do clear; free | grep Mem | awk '{print \"Memory usage:\",\$4,\"bytes\",\$4/\$2 * 100,\"%\"}' ; sleep 1; done" 1>&2 &

cmake --build build/

ctest --test-dir build/ \
Expand Down

0 comments on commit 8dc7cbc

Please sign in to comment.