-
-
Notifications
You must be signed in to change notification settings - Fork 34
Benchmark
Mohammed Boujemaoui Boulaghmoudi edited this page Oct 6, 2018
·
2 revisions
eDSP integrates an evaluation tool to determine the performance of the different blocks on each platform and machine. This tool relies on the Google Benchmark tool. You can build and run the benchmark program with the following command:
make bench
eDSP aims to be a powerful and fast DSP framework. For that reason there are plenty of benchmarks to compare the performance against other open-source projects. To perform a benchmark against other DSP frameworks, run:
make compare
easy DSP - A cross-platform Digital Signal Processing library written in modern C++.