1OTS-PERF(1)                      User Commands                     OTS-PERF(1)
2
3
4

NAME

6       ots-perf - performance checker
7

SYNOPSIS

9       ots-perf FONT_FILE
10

DESCRIPTION

12       ots-perf  is  a  program  which  validates and transcodes a font file N
13       times using OTS, then prints the elapsed time:
14
15              for (N times)
16                ValidateAndTranscode(original_font);
17              Print(elapsed_time_in_us / N);
18

EXAMPLES

20              $ ./ots-perf sample.ttf
21              903 [us] sample.ttf (139332 bytes, 154 [byte/us])
22              $ ./ots-perf sample-bold.otf
23              291 [us] sample-bold.otf (150652 bytes, 517 [byte/us])
24

REPORTING BUGS

26       Report bugs to  <https://github.com/khaledhosny/ots/issues>
27

SEE ALSO

29       ots-idempotent(1), ots-sanitize(1), ots-side-by-side(1), ots-validator-
30       checker(1)
31
32
33
34OpenType Sanitizer                 May 2021                        OTS-PERF(1)
Impressum