We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example:
./perfMatrixMultiplication --benchmark --reporter xml --out log_perfMatrixMultiplication_MKL.xml ./perfMatrixMultiplication --benchmark --reporter xml --out log_perfMatrixMultiplication_OpenBLAS.xml python PerfCompare.py --before log_perfMatrixMultiplication_OpenBLAS.xml --after log_perfMatrixMultiplication_MKL.xml --before-label OpenBLAS --after-label MKL
PerfCompare.py is located in visp/script folder.
PerfCompare.py
visp/script