Home
last modified time | relevance | path

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

/petsc/src/benchmarks/streams/
H A DBasicVersion.c147 double t1, t2, timesfound[M]; in checktick() local
154 timesfound[i] = t1 = t2; in checktick()
165 Delta = (int)(1.0E6 * (timesfound[i] - timesfound[i - 1])); in checktick()
H A DSSEVersion.c273 double t1, t2, timesfound[M]; in checktick() local
280 timesfound[i] = t1 = t2; in checktick()
291 Delta = (int)(1.0E6 * (timesfound[i] - timesfound[i - 1])); in checktick()