Lines Matching refs:Timer
11 from fontTools.misc.loggingTools import Timer
360 timer = Timer(logger=logging.getLogger("fontTools.subset.timer"))
2436 with timer("load '%s'" % tag):
2438 with timer("prune '%s'" % tag):
2471 with timer("close glyph list over 'cmap'"):
2496 with timer("close glyph list over 'GSUB'"):
2508 with timer("close glyph list over 'MATH'"):
2521 with timer("close glyph list over '%s'" % table):
2532 with timer("close glyph list over 'glyf'"):
2544 with timer("close glyph list over 'CFF '"):
2576 with timer("subset '%s'" % tag):
2593 with timer("subset GlyphOrder"):
2615 with timer("prune '%s'" % tag):
2637 @timer("load font")
2673 @timer("compile and save font")
2712 @timer("make one with everything (TOTAL TIME)")
2743 timer.logger.setLevel(logging.DEBUG)
2745 timer.logger.disabled = True
2815 with timer("compile glyph list"):