persistentstorage/sql/SRC/Server/SqlSrvResourceProfiler.cpp
changeset 40 b8bdbc8f59c7
parent 31 ba1c4f4a893f
equal deleted inserted replaced
33:5e4beccba4e9 40:b8bdbc8f59c7
    74 
    74 
    75 //Set it to true if you want traces to be stored into a file.
    75 //Set it to true if you want traces to be stored into a file.
    76 static TBool TheSqlSrvProfilerTraceToFile = EFalse;
    76 static TBool TheSqlSrvProfilerTraceToFile = EFalse;
    77 
    77 
    78 //"Prepared" and "Executed" SQL statement counters
    78 //"Prepared" and "Executed" SQL statement counters
    79 static TInt TheSqlSrvProfilerPreparedCnt8;
    79 static TInt TheSqlSrvProfilerPreparedCnt8 = 0;
    80 static TInt TheSqlSrvProfilerPreparedCnt16;
    80 static TInt TheSqlSrvProfilerPreparedCnt16 = 0;
    81 static TInt TheSqlSrvProfilerExecutedCnt8;
    81 static TInt TheSqlSrvProfilerExecutedCnt8 = 0;
    82 static TInt TheSqlSrvProfilerExecutedCnt16;
    82 static TInt TheSqlSrvProfilerExecutedCnt16 = 0;
    83 
    83 
    84 ///////////////////////////////// IPC counters ///////////////////////////////////////
    84 ///////////////////////////////// IPC counters ///////////////////////////////////////
    85 
    85 
    86 /**
    86 /**
    87 If true the IPC profiling is enabled.
    87 If true the IPC profiling is enabled.