1
0
Commit Graph

23 Commits

Author SHA1 Message Date
fe5318b4f2 create optimized asin and harvensine functions using handmade trig 2025-06-24 21:03:29 +03:00
c59b28926f implement horners rule 2025-06-16 23:04:43 +03:00
8c72530390 implement taylor series tests 2025-06-16 22:15:20 +03:00
3cab32b171 fit a 6-th degree curve to sin for coefficients 2025-01-30 23:21:52 +02:00
873e8c4cb7 add math_func_checker.c 2025-01-16 22:30:35 +02:00
46578d7ce9 add page fault prober 2023-09-24 20:05:29 +03:00
a7d0e49ab9 integrate measuring page faults to tester 2023-09-11 23:20:12 +03:00
21d0b292cc add option to tester to run with inner malloc 2023-09-11 20:56:41 +03:00
828de96add add repetition tester 2023-08-30 00:18:00 +03:00
3b8986e008 add label to say how many bytes were processed 2023-08-19 10:58:28 +03:00
6ccdbed005 add annotation to see memory throughput 2023-08-19 10:53:17 +03:00
0cf0e112ca add todo 2023-07-19 16:19:02 +03:00
79245c293c update gitignore 2023-07-19 16:17:10 +03:00
aec066f68f make the profiler a standalone stb-like header file 2023-07-19 16:17:10 +03:00
4b7c184634 update profiler to support sorting rows 2023-07-12 20:07:04 +03:00
973bfe4bd6 remove unused code 2023-07-12 19:04:16 +03:00
a3e9b4c153 improve profiler 2023-07-12 18:54:41 +03:00
fc35e0d268 use better performance timers 2023-06-14 21:51:33 +03:00
3726cb5ad0 move formula to common file 2023-06-09 16:44:36 +03:00
b935bfc94f implement measuring of how long each step takes 2023-06-09 16:04:25 +03:00
ec61d20b29 minimal json parser for generated data 2023-06-06 00:35:26 +03:00
97be659f53 add generation of data for harvensine 2023-05-28 14:27:07 +03:00
efa6a8b205 initial commit 2023-05-28 11:51:15 +03:00