mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[benchmark-font] Report draw times in ms, not us
This commit is contained in:
parent
2032da0117
commit
a2ea5d28cb
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ int main(int argc, char** argv)
|
|||
TEST_OPERATION (nominal_glyphs, benchmark::kMicrosecond);
|
||||
TEST_OPERATION (glyph_h_advances, benchmark::kMicrosecond);
|
||||
TEST_OPERATION (glyph_extents, benchmark::kMicrosecond);
|
||||
TEST_OPERATION (draw_glyph, benchmark::kMicrosecond);
|
||||
TEST_OPERATION (draw_glyph, benchmark::kMillisecond);
|
||||
TEST_OPERATION (paint_glyph, benchmark::kMillisecond);
|
||||
TEST_OPERATION (load_face_and_shape, benchmark::kMicrosecond);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue