Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dstopwatch.hpp14 #define MBGL_TIMING_START(watch) std::shared_ptr<util::stopwatch> watch = std::make_unique<util::s… macro
22 #define MBGL_TIMING_START(watch)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp323 MBGL_TIMING_START(watch) in parse()
434 MBGL_TIMING_START(watch) in performSymbolLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp150 MBGL_TIMING_START(watch); in request()