Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex45.c24 PetscLogEvent setvalues, usertime; variable
41 PetscCall(PetscLogEventRegister("User time", MAT_CLASSID, &usertime)); in main()
43 PetscCall(PetscLogEventBegin(usertime, NULL, NULL, NULL, NULL)); in main()
69 PetscCall(PetscLogEventEnd(usertime, NULL, NULL, NULL, NULL)); in main()