Searched refs:time1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex32.c | 18 PetscLogDouble time, time1, time2; in main() local 72 time1 = 0.0; in main() 78 PetscCall(PetscTimeSubtract(&time1)); in main() 80 PetscCall(PetscTimeAdd(&time1)); in main() 96 … " integers, %" PetscInt_FMT " duplicate(s) per unique value took %g seconds\n", n, d, time1 / r)); in main() 97 …F, "Speedup of PetscIntSortSemiOrdered() was %g (0:1 = slower, >1 means faster)\n", time / time1)); in main() 107 time1 = 0.0; in main() 117 PetscCall(PetscTimeSubtract(&time1)); in main() 119 PetscCall(PetscTimeAdd(&time1)); in main() 149 … " integers, %" PetscInt_FMT " duplicate(s) per unique value took %g seconds\n", n, d, time1 / r)); in main() [all …]
|