Home
last modified time | relevance | path

Searched refs:CSphIOStats (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinx.h271 class CSphIOStats
281 CSphIOStats ();
282 ~CSphIOStats ();
287 void Add ( const CSphIOStats & b );
292 CSphIOStats * m_pPrev;
2318 CSphIOStats m_tIOStats; /// IO statistics
H A Dsphinx.cpp500 CSphIOStats::CSphIOStats () in CSphIOStats() function in CSphIOStats
511 CSphIOStats::~CSphIOStats () in ~CSphIOStats()
517 void CSphIOStats::Start() in Start()
527 void CSphIOStats::Stop() in Stop()
537 void CSphIOStats::Add ( const CSphIOStats & b ) in Add()
548 static CSphIOStats * GetIOStats () in GetIOStats()
553 CSphIOStats * pIOStats = (CSphIOStats *)sphThreadGet ( g_tIOStatsTls ); in GetIOStats()
564 CSphIOStats * pIOStats = GetIOStats(); in sphRead()
1667 CSphIOStats * pIOStats = GetIOStats(); in sphWriteThrottled()
5912 CSphIOStats * pIOStats = GetIOStats(); in sphPread()
[all …]
H A Dindexer.cpp1743 CSphIOStats tIO; in main()
H A Dsearchd.cpp4526 const CSphIOStats & IOStats = tRes.m_tIOStats; in LogQueryPlain()
4810 const CSphIOStats & IOStats = tRes.m_tIOStats; in LogQuerySphinxql()
6202 const CSphIOStats & tIO = tRes.m_tIOStats; in RunUpdates()
7193 CSphIOStats tIO; in RunSubset()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h283 class CSphIOStats
293 CSphIOStats ();
294 ~CSphIOStats ();
299 void Add ( const CSphIOStats & b );
304 CSphIOStats * m_pPrev;
2768 CSphIOStats m_tIOStats; ///< i/o stats for the query
2770 CSphIOStats m_tAgentIOStats; ///< agent IO stats (for distributed searches)
H A Dindexer.cpp1915 CSphIOStats tIO; in main()
H A Dsphinx.cpp294 CSphIOStats::CSphIOStats () in CSphIOStats() function in CSphIOStats
305 CSphIOStats::~CSphIOStats () in ~CSphIOStats()
311 void CSphIOStats::Start() in Start()
321 void CSphIOStats::Stop() in Stop()
331 void CSphIOStats::Add ( const CSphIOStats & b ) in Add()
342 static CSphIOStats * GetIOStats () in GetIOStats()
347 CSphIOStats * pIOStats = (CSphIOStats *)sphThreadGet ( g_tIOStatsTls ); in GetIOStats()
357 CSphIOStats * pIOStats = GetIOStats(); in sphRead()
1744 CSphIOStats * pIOStats = GetIOStats(); in sphWriteThrottled()
8087 CSphIOStats * pIOStats = GetIOStats(); in sphPread()
[all …]
H A Dsearchd.cpp7059 const CSphIOStats & IOStats = tRes.m_tIOStats; in LogQueryPlain()
7552 const CSphIOStats & IOStats = tRes.m_tIOStats; in LogQuerySphinxql()
8247 CSphIOStats tStats = pRes->m_tIOStats; in SendResult()
9739 const CSphIOStats & tIO = tRes.m_tIOStats; in RunUpdates()
9800 const CSphIOStats & tIO = tRes.m_tIOStats; in RunDeletes()
11236 CSphIOStats tIO; in RunSubset()
14481 static void AddIOStatsToMeta ( VectorLike & dStatus, const CSphIOStats & tStats, const char * sPref… in AddIOStatsToMeta()