Commit Graph

7 Commits

Author SHA1 Message Date
goksu 4bcf3d9b81
[ftbench] styling and formatting 2023-09-25 19:15:22 +03:00
goksu 25bcda3a05
[ftbench] rebase with the updated code 2023-09-25 12:18:08 +03:00
goksu d71c0b4c0e
[bench] fixing some intendation mistakes 2023-09-25 10:33:26 +03:00
goksu e61380fe6f
[tohtml] running args again
python file is running by an OBJ_DIR directory.
2023-09-21 15:34:38 +03:00
goksu dcfebc9a07
[ftbench] only one timer in use
Now, cleared 'elapsed' timer. All time measurement is done in the benchmark() function. Created a timer inside of main() function to show total spent time.
2023-09-21 15:14:41 +03:00
goksu 8797ad3d53
[ftbench] warmup added
added '-w N' argument (10 by default), runs N times of iterations before all tests.
2023-09-21 14:53:49 +03:00
goksu 96c4dc98d3
[ftbench] Prepared all files
This commit is created: testing.mk (also stubbed to fretype.mk), tohtml.py, ftbench.c as the version on the freetype-demos and test fonts
2023-09-21 13:48:43 +03:00