persistentstorage/sql/SRC/Server/SqlSrvResourceProfiler.cpp
branchRCL_3
changeset 56 839ea9debada
parent 45 cc28652e0254
equal deleted inserted replaced
50:8dc8494f1e0e 56:839ea9debada
    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 = 0;
    81 static TInt TheSqlSrvProfilerPreparedCnt8;
    82 static TInt TheSqlSrvProfilerPreparedCnt16 = 0;
    82 static TInt TheSqlSrvProfilerPreparedCnt16;
    83 static TInt TheSqlSrvProfilerExecutedCnt8 = 0;
    83 static TInt TheSqlSrvProfilerExecutedCnt8;
    84 static TInt TheSqlSrvProfilerExecutedCnt16 = 0;
    84 static TInt TheSqlSrvProfilerExecutedCnt16;
    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.