Home
last modified time | relevance | path

Searched refs:tmAccountedWall (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsearchd.cpp7272 int64_t tmAccountedWall = 0; in RunSubset() local
7276 tmAccountedWall += m_dResults[iRes].m_iQueryTime*1000; in RunSubset()
7280 int64_t tmDeltaWall = ( tmSubset - tmAccountedWall ) / iQueries; in RunSubset()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsearchd.cpp11345 int64_t tmAccountedWall = 0; in RunSubset() local
11349 tmAccountedWall += m_dResults[iRes].m_iQueryTime*1000; in RunSubset()
11359 int64_t tmDeltaWall = ( tmSubset - tmAccountedWall ) / iQueries; in RunSubset()