diff --git a/uppsrc/Painter/FontWin32.cpp b/uppsrc/Painter/FontWin32.cpp index 7222db8a1..ef212462c 100644 --- a/uppsrc/Painter/FontWin32.cpp +++ b/uppsrc/Painter/FontWin32.cpp @@ -95,6 +95,7 @@ struct sMakeCharOutline : LRUCache::Maker { void Painter::CharacterOp(double x, double y, int ch, Font fnt) { + PAINTER_TIMING("CharacterOp"); String s; INTERLOCKED { static LRUCache cache; diff --git a/uppsrc/Painter/Painter.h b/uppsrc/Painter/Painter.h index 4c5f02863..3968ed9b5 100644 --- a/uppsrc/Painter/Painter.h +++ b/uppsrc/Painter/Painter.h @@ -3,7 +3,7 @@ #include -#define PAINTER_TIMING(x) // RTIMING(x) +#define PAINTER_TIMING(x) RTIMING(x) #define AGGUPP 1