X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fmulti-language-support-impl.cpp;h=79de1e1b8d061924441ea2a82124f78a1a53b6aa;hb=fff10a9ef11e606e67fe12c366dae5741937ff37;hp=2ba27930b01d5599563d69f891d76341e9e0f39a;hpb=be63fc9d86353ef77c3ecee7cc645d7d90273a01;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/multi-language-support-impl.cpp b/dali-toolkit/internal/text/multi-language-support-impl.cpp index 2ba2793..79de1e1 100644 --- a/dali-toolkit/internal/text/multi-language-support-impl.cpp +++ b/dali-toolkit/internal/text/multi-language-support-impl.cpp @@ -22,6 +22,7 @@ #include #include #include +#include // INTERNAL INCLUDES #include @@ -37,6 +38,8 @@ namespace Debug::Filter* gLogFilter = Debug::Filter::New(Debug::NoLogging, true, "LOG_MULTI_LANGUAGE_SUPPORT"); #endif +DALI_INIT_TRACE_FILTER(gTraceFilter, DALI_TRACE_FONT_PERFORMANCE_MARKER, false); + const Dali::Toolkit::Text::Character UTF32_A = 0x0041; } // namespace @@ -423,6 +426,8 @@ void MultilanguageSupport::ValidateFonts(const Vector& return; } + DALI_TRACE_SCOPE(gTraceFilter, "DALI_TEXT_FONTS_VALIDATE"); + // Find the first index where to insert the font run. FontRunIndex fontIndex = 0u; if(0u != startIndex)