diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-05-27 17:11:53 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-05-27 17:17:45 +0100 |
commit | 02299d992b5ea844a24eb4634f5dc5990cb7d7e1 (patch) | |
tree | c9d398915a2c897e543dd5f7f101cc7ec62afa3e /source/fitz/function.c | |
parent | dba5c0206072986ae07111e4e62234bbc1156caa (diff) | |
download | mupdf-02299d992b5ea844a24eb4634f5dc5990cb7d7e1.tar.xz |
Rejig draw-affine.c for improved profiling.
Profilers can't identify which of the switch arms we are in for
the inlined function calls, so rejig the code so that each of these
is a separate function.
In theory this code should be faster too, as the function 'lookup'
is only done one rather than once per line, but I don't expect this
to make a huge difference.
Diffstat (limited to 'source/fitz/function.c')
0 files changed, 0 insertions, 0 deletions