persistentstorage/sql/SRC/Server/SqlSrvResourceProfiler.cpp
branchRCL_3
changeset 21 28839de615b4
parent 15 fcc16690f446
child 23 26645d81f48d
equal deleted inserted replaced
18:3da531bb4329 21:28839de615b4
    76 
    76 
    77 //Set it to true if you want traces to be stored into a file.
    77 //Set it to true if you want traces to be stored into a file.
    78 static TBool TheSqlSrvProfilerTraceToFile = EFalse;
    78 static TBool TheSqlSrvProfilerTraceToFile = EFalse;
    79 
    79 
    80 //"Prepared" and "Executed" SQL statement counters
    80 //"Prepared" and "Executed" SQL statement counters
    81 static TInt TheSqlSrvProfilerPreparedCnt8;
    81 static TInt TheSqlSrvProfilerPreparedCnt8 = 0;
    82 static TInt TheSqlSrvProfilerPreparedCnt16;
    82 static TInt TheSqlSrvProfilerPreparedCnt16 = 0;
    83 static TInt TheSqlSrvProfilerExecutedCnt8;
    83 static TInt TheSqlSrvProfilerExecutedCnt8 = 0;
    84 static TInt TheSqlSrvProfilerExecutedCnt16;
    84 static TInt TheSqlSrvProfilerExecutedCnt16 = 0;
    85 
    85 
    86 ///////////////////////////////// IPC counters ///////////////////////////////////////
    86 ///////////////////////////////// IPC counters ///////////////////////////////////////
    87 
    87 
    88 /**
    88 /**
    89 If true the IPC profiling is enabled.
    89 If true the IPC profiling is enabled.