Home
last modified time | relevance | path

Searched refs:printStats (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp236 void QGeoFileTileCache::printStats() in printStats() function in QGeoFileTileCache
238 textureCache_.printStats(); in printStats()
239 memoryCache_.printStats(); in printStats()
240 diskCache_.printStats(); in printStats()
H A Dqabstractgeotilecache.cpp72 void QAbstractGeoTileCache::printStats() in printStats() function in QAbstractGeoTileCache
H A Dqabstractgeotilecache_p.h139 virtual void printStats() = 0;
H A Dqgeofiletilecache_p.h144 void printStats() override;
H A Dqcache3q_p.h166 void printStats();
189 void QCache3Q<Key,T,EvPolicy>::printStats() in printStats() function