Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DHashMatrix.cpp1084 double t0= CPUsecond(); in addMatMul()
1110 matmulcpu+= CPUsecond()-t0; in addMatMul()
H A DHashMatrix.hpp277 static double CPUsecond() { in CPUsecond() function in HashMatrix