|
|
| |
OTS-PERF(1) |
User Commands |
OTS-PERF(1) |
ots-perf - performance checker
ots-perf is a program which validates and transcodes a font file N times using
OTS, then prints the elapsed time:
for (N times)
ValidateAndTranscode(original_font);
Print(elapsed_time_in_us / N);
$ ./ots-perf sample.ttf
903 [us] sample.ttf (139332 bytes, 154 [byte/us])
$ ./ots-perf sample-bold.otf
291 [us] sample-bold.otf (150652 bytes, 517 [byte/us])
Report bugs to <https://github.com/khaledhosny/ots/issues>
ots-idempotent(1), ots-sanitize(1), ots-side-by-side(1),
ots-validator-checker(1)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |