sl@0: /* sl@0: * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: #ifndef __TXTRTPFL_H__ sl@0: #define __TXTRTPFL_H__ sl@0: sl@0: #include sl@0: #include sl@0: sl@0: sl@0: //#define __ETEXT_PROFILE sl@0: sl@0: // sl@0: // Macros for enabling profiling. sl@0: sl@0: #ifdef __ETEXT_PROFILE sl@0: #pragma message ("------------ N.B. profiling is enabled") sl@0: #include sl@0: sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: #define __ETEXT_WATCH(X) RDebug::ProfileStart(PROFILE_##X##); sl@0: #define __ETEXT_WATCH_END(X) RDebug::ProfileEnd(PROFILE_##X##); sl@0: sl@0: #define FIRST_PROFILE_INDEX 10 sl@0: #define PROFILE_APPLY_CHAR_FORMAT 10 sl@0: #define PROFILE_REMOVE_PARA_FORMAT 11 sl@0: #define PROFILE_APPEND_RICH_TEXT 12 sl@0: #define PROFILE_GET_PARAGRAPH_FORMAT 13 sl@0: #define PROFILE_INSERT_DESC 14 sl@0: #define PROFILE_APPEND_PARAGRAPH 15 sl@0: #define PROFILE_GET_SPECIFIC_CHARS 16 sl@0: #define PROFILE_GET_CHARS 17 sl@0: #define PROFILE_PICTURE_HANDLE 18 sl@0: #define PROFILE_DETACH 19 sl@0: #define PROFILE_DETACH_POS_LENGTH 20 sl@0: #define PROFILE_RESTORE 21 sl@0: #define PROFILE_COUNT 12 sl@0: #else sl@0: #define __ETEXT_WATCH(X) sl@0: #define __ETEXT_WATCH_END(X) sl@0: #endif sl@0: sl@0: #endif