cwrap
cwrap copied to clipboard
Auto wrap C and C++ functions with instrumentation
Results
1
cwrap issues
Sort by
recently updated
recently updated
newest added
Yes, here's an example: * Clone and build Nim: ``` $ git clone https://github.com/nim-lang/Nim.git $ pushd ./Nim/ $ time ./build_all.sh ... real 4m24.324s $ popd $ ./Nim/bin/nim --version | egrep...