Commit Graph

12 Commits

Author SHA1 Message Date
goksu 4bcf3d9b81
[ftbench] styling and formatting 2023-09-25 19:15:22 +03:00
goksu 8ca5bb5bf1
[ftbench README] enhanced. 2023-09-25 13:33:57 +03:00
goksu 25bcda3a05
[ftbench] rebase with the updated code 2023-09-25 12:18:08 +03:00
goksu 55fbde5290
[tohtml] folding long lines 2023-09-25 11:08:08 +03:00
goksu 87c4da433c
[tohtml.py] autopep8 formatting
This contaions autoformatting for the python script. Also added the flag in makefile that deleted before mistakenly
2023-09-25 10:53:46 +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 e381b90efc
[ftbench] mlgetopt.h deleted
It is accessable from libs so no longer needed to keep it in ftbench
2023-09-21 14:37:50 +03:00
goksu d9c5e52ce2
[tohtml.py] Converted links to relative
OBJ_DIR path were given as argument to tohtml.py. Cleared. All links are relative now
2023-09-21 14:00:03 +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