Searched refs:petsc_gtime (Results 1 – 3 of 3) sorted by relevance
86 PetscLogDouble petsc_gtime = 0.0; /* The time spent on a GPU */ variable2355 …PetscCheck(petsc_gtime == 0.0, PETSC_COMM_SELF, PETSC_ERR_SUP, "GPU logging has already been turne… in PetscLogGpuTime()2407 PetscCall(PetscTimeSubtract(&petsc_gtime)); in PetscLogGpuTimeBegin()2432 petsc_gtime += (elapsed / 1000.0); in PetscLogGpuTimeEnd()2441 PetscCall(PetscTimeAdd(&petsc_gtime)); in PetscLogGpuTimeEnd()2643 petsc_gtime = 0.0; in PetscLogFinalize()
241 PETSC_EXTERN PetscLogDouble petsc_gtime; variable765 return PetscAddLogDouble(&petsc_gtime, &petsc_gtime_th, t); in PetscLogGpuTimeAdd()
54 eventInfo->GpuTime -= petsc_gtime; in PetscEventPerfInfoTic_Internal()105 eventInfo->GpuTime += petsc_gtime; in PetscEventPerfInfoToc_Internal()