Lines Matching refs:pProfiler
57 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()
171 pRet->GenReturn( RET_ProfileInfo, 0, pProfiler->GetProfileLine( aText ) ); in SendProfile()
173 if ( pProfiler->IsPartitioning() ) in SendProfile()
175 …pRet->GenReturn( RET_ProfileInfo, S_ProfileTime, static_cast<comm_ULONG>(pProfiler->GetPartitionin… in SendProfile()
178 if ( pProfiler->IsAutoProfiling() ) in SendProfile()
179 pRet->GenReturn( RET_ProfileInfo, 0, pProfiler->GetAutoProfiling() ); in SendProfile()