Home
last modified time | relevance | path

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

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dtaskmanager.cpp194 NgProfiler::thread_flops = new size_t[alloc_size]; in StartWorkers()
196 NgProfiler::thread_flops[i] = 0; in StartWorkers()
220 NgProfiler::timers[j].flops += NgProfiler::thread_flops[i*NgProfiler::SIZE+j]; in StopWorkers()
224 delete [] NgProfiler::thread_flops; in StopWorkers()
225 NgProfiler::thread_flops = NgProfiler::dummy_thread_flops.data(); in StopWorkers()
H A Dprofiler.hpp40 NGCORE_API static TTimePoint * thread_flops; member in ngcore::NgProfiler
88 thread_flops[tid*SIZE+nr] += flops; // NOLINT in AddThreadFlops()
H A Dprofiler.cpp14 size_t * NgProfiler::thread_flops = NgProfiler::dummy_thread_flops.data(); // NOLINT member in ngcore::NgProfiler