Home
last modified time | relevance | path

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

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dprofiler.cpp11 std::array<size_t,NgProfiler::SIZE> NgProfiler::dummy_thread_times; member in ngcore::NgProfiler
12 size_t * NgProfiler::thread_times = NgProfiler::dummy_thread_times.data(); // NOLINT
H A Dprofiler.hpp42 NGCORE_API static std::array<size_t, NgProfiler::SIZE> dummy_thread_times; member in ngcore::NgProfiler
H A Dtaskmanager.cpp223 NgProfiler::thread_times = NgProfiler::dummy_thread_times.data(); in StopWorkers()