Home
last modified time | relevance | path

Searched refs:pProfiler (Results 1 – 3 of 3) sorted by relevance

/trunk/main/automation/source/server/
H A Dsta_list.cxx57 TTProfiler *StatementList::pProfiler = NULL; member in StatementList
148 if ( pProfiler ) in InitProfile()
150 if ( pProfiler->IsProfilingPerCommand() || pProfiler->IsPartitioning() ) in InitProfile()
151 pProfiler->StartProfileInterval( pCurrentProfileStatement != this ); in InitProfile()
163 if ( pProfiler ) in SendProfile()
167 if ( pProfiler->IsProfilingPerCommand() || pProfiler->IsPartitioning() ) in SendProfile()
168 pProfiler->EndProfileInterval(); in SendProfile()
170 if ( pProfiler->IsProfilingPerCommand() ) in SendProfile()
173 if ( pProfiler->IsPartitioning() ) in SendProfile()
178 if ( pProfiler->IsAutoProfiling() ) in SendProfile()
[all …]
H A Dstatemnt.cxx2650 if ( !pProfiler ) in Execute()
2652 pProfiler = new TTProfiler; in Execute()
2686 pProfiler->StartPartitioning(); in Execute()
2695 if ( pProfiler->IsAutoProfiling() ) in Execute()
2698 pProfiler->StopAutoProfiling(); in Execute()
2707 if ( pProfiler ) in Execute()
2715 pProfiler->StopAutoProfiling(); in Execute()
2718 if ( pProfiler->IsPartitioning() ) in Execute()
2721 pProfiler->StopPartitioning(); in Execute()
2724 delete pProfiler; in Execute()
[all …]
H A Dstatemnt.hxx167 static TTProfiler *pProfiler; member in StatementList

Completed in 50 milliseconds