Home
last modified time | relevance | path

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

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dprofiler.hpp151 struct TNoTracing{ static constexpr bool do_tracing=false; }; member
152 struct TTracing{ static constexpr bool do_tracing=true; }; member
178 static constexpr bool do_tracing = TTracing::do_tracing; member in ngcore::Timer
211 if constexpr(do_tracing) in Start()
218 if constexpr(do_tracing) in Start()
228 if constexpr(do_tracing) in Stop()
235 if constexpr(do_tracing) in Stop()