lausdahl / watertank-c-generated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to profile run

# Generate makefile
cmake -DCMAKE_BUILD_TYPE=Debug .

# make and profile for leaks
make &&valgrind --tool=memcheck --leak-check=full ./wt2-standalone

# Profile for memory usage in the heap
(valgrind --tool=massif --time-unit=B --massif-out-file=massif.out ./wt2-standalone ) && ms_print massif.out | head -n 30

About


Languages

Language:C 89.9%Language:C++ 8.9%Language:CMake 1.3%