Skip to content

aforren1/psydapt

Repository files navigation

Header-only adaptive psychophysical procedures.

Autogenerated docs: https://aforren1.github.io/psydapt/index.html

Bindings:


Notes to self for building:

cmake -S . -B build -DPSYDAPT_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release

cmake --build build --parallel 4 (--config Release)

Run tests with ctest -V -C <Debug/Release> from the build directory.

For gprof:

cmake -DCMAKE_CXX_FLAGS=-pg -DCMAKE_EXE_LINKER_FLAGS=-pg -DCMAKE_SHARED_LINKER_FLAGS=-pg -S . -B build -DPSYDAPT_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release

callgrind:

valgrind --tool=callgrind --dump-instr=yes --simulate-cache=yes --collect-jumps=yes ./<exe>

About

C++17 header-only adaptive psychophysical routines

Resources

License

Stars

Watchers

Forks