persistentstorage/sql/SRC/Server/SqlSrvResourceProfiler.h
branchRCL_3
changeset 11 211563e4b919
parent 0 08ec8eefde2f
equal deleted inserted replaced
10:31a8f755b7fe 11:211563e4b919
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    61 				}											\
    61 				}											\
    62 			}												\
    62 			}												\
    63 		while(0)
    63 		while(0)
    64 
    64 
    65 ////////////////////////// IPC & SQL tracing related /////////////////////////////////
    65 ////////////////////////// IPC & SQL tracing related /////////////////////////////////
    66 
       
    67 //Every time, when the SQL server starts, the time is stored in TheSqlSrvStartTime variable.
       
    68 //It is used later to calculate and trace the time offset of particular trace. 
       
    69 extern TTime TheSqlSrvStartTime;
       
    70 
    66 
    71 //Level 1 IPC calls count. IPC calls types included:
    67 //Level 1 IPC calls count. IPC calls types included:
    72 // ESqlSrvDbExec8, ESqlSrvDbExec16, ESqlSrvDbScalarFullSelect16, ESqlSrvStmtExec,
    68 // ESqlSrvDbExec8, ESqlSrvDbExec16, ESqlSrvDbScalarFullSelect16, ESqlSrvStmtExec,
    73 // ESqlSrvStmtAsyncExec, ESqlSrvStmtBindExec, ESqlSrvStmtAsyncBindExec, ESqlSrvStmtNext,
    69 // ESqlSrvStmtAsyncExec, ESqlSrvStmtBindExec, ESqlSrvStmtAsyncBindExec, ESqlSrvStmtNext,
    74 // ESqlSrvStmtBindNext;
    70 // ESqlSrvStmtBindNext;