Home
last modified time | relevance | path

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

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dprofiler.hpp92 static void AddFlops (int nr, double aflops) { timers[nr].flops += aflops; } in AddFlops() function in ngcore::NgProfiler
239 void AddFlops (double aflops) in AddFlops() function in ngcore::Timer
242 NgProfiler::AddFlops (timernr, aflops); in AddFlops()