summaryrefslogtreecommitdiff
path: root/debug.c
Commit message (Collapse)AuthorAge
* More work on benchmarking, simplified 1st versionJasper13 days
| | | | | | | | The performance of functions (with one or two matrix arguments) can now be benchmarked. To time and analyse most functions, the user does not have to handle the memory or pass matrices. Just provide the dimensions, function name, (optional) string with details, and missing arguments to the function.
* '__VA_ARGS__' in benchmark macro -> '##__VA_ARGS__'Jasper14 days
| | | | | Seems to solve the empty argument problem for macros with variadic argument lists. GCC only
* Started work on macros to benchmark given functionsJasper2025-09-01
|
* Initial commitJasper2025-08-31