mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Painter: PAINTER_TIMING in CharacterOp
git-svn-id: svn://ultimatepp.org/upp/trunk@801 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fb55c7f444
commit
736018f192
2 changed files with 2 additions and 1 deletions
|
|
@ -95,6 +95,7 @@ struct sMakeCharOutline : LRUCache<String, FontChar>::Maker {
|
|||
|
||||
void Painter::CharacterOp(double x, double y, int ch, Font fnt)
|
||||
{
|
||||
PAINTER_TIMING("CharacterOp");
|
||||
String s;
|
||||
INTERLOCKED {
|
||||
static LRUCache<String, FontChar> cache;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <Draw/Draw.h>
|
||||
|
||||
#define PAINTER_TIMING(x) // RTIMING(x)
|
||||
#define PAINTER_TIMING(x) RTIMING(x)
|
||||
|
||||
#define AGGUPP 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue