Lines Matching refs:PetscLogDouble

35 static PetscErrorCode PetscEventPerfInfoTic_Internal(PetscEventPerfInfo *eventInfo, PetscLogDouble  in PetscEventPerfInfoTic_Internal()
59 PetscLogDouble usage; in PetscEventPerfInfoTic_Internal()
71 static PetscErrorCode PetscEventPerfInfoTic(PetscEventPerfInfo *eventInfo, PetscLogDouble time, Pet… in PetscEventPerfInfoTic()
78 static PetscErrorCode PetscEventPerfInfoResume(PetscEventPerfInfo *eventInfo, PetscLogDouble time, … in PetscEventPerfInfoResume()
85 static PetscErrorCode PetscEventPerfInfoToc_Internal(PetscEventPerfInfo *eventInfo, PetscLogDouble in PetscEventPerfInfoToc_Internal()
110 PetscLogDouble usage, musage; in PetscEventPerfInfoToc_Internal()
123 static PetscErrorCode PetscEventPerfInfoToc(PetscEventPerfInfo *eventInfo, PetscLogDouble time, Pet… in PetscEventPerfInfoToc()
130 static PetscErrorCode PetscEventPerfInfoPause(PetscEventPerfInfo *eventInfo, PetscLogDouble time, P… in PetscEventPerfInfoPause()
171PetscLogDouble mem; /* The total memory allocated by objects of this class; this is compl…
172PetscLogDouble descMem; /* The total memory allocated by descendents of these objects; this i…
227 PetscLogDouble time; /* The time of occurrence */
228 PetscLogDouble flops; /* The cumulative flops */
229 PetscLogDouble mem; /* The current memory usage */
230 PetscLogDouble maxmem; /* The maximum memory usage */
242 PetscLogDouble mem; /* The memory associated with the object */
498 PetscLogDouble time = 0.0; in PetscLogHandlerEventSync_Default()
546 PetscLogDouble time; in PetscLogHandlerEventBegin_Default()
587 PetscLogDouble curTime; in PetscLogHandlerEventBegin_Default()
610 PetscLogDouble time; in PetscLogHandlerEventEnd_Default()
633 PetscLogDouble curTime; in PetscLogHandlerEventEnd_Default()
701 PetscLogDouble time; in PetscLogHandlerEventsPause_Default()
735 PetscLogDouble time; in PetscLogHandlerEventsResume_Default()
769 PetscLogDouble time; in PetscLogHandlerStagePush_Default()
803 PetscLogDouble time; in PetscLogHandlerStagePop_Default()
894 PetscLogDouble flops, _TotalTime; in PetscLogHandlerDump_Default()
975 PetscLogDouble locTotalTime, numRed, maxMem; in PetscLogHandlerView_Default_Detailed()
1102 PetscLogDouble locTotalTime, maxMem; in PetscLogHandlerView_Default_CSV()
1273 PetscLogDouble locTotalTime, TotalTime, TotalFlops; in PetscLogHandlerView_Default_Info()
1274 PetscLogDouble numMessages, messageLength, avgMessLen, numReductions; in PetscLogHandlerView_Default_Info()
1275 PetscLogDouble stageTime, flops, flopr, mem, mess, messLen, red; in PetscLogHandlerView_Default_Info()
1276PetscLogDouble fracTime, fracFlops, fracMessages, fracLength, fracReductions, fracMess, f… in PetscLogHandlerView_Default_Info()
1277PetscLogDouble fracStageTime, fracStageFlops, fracStageMess, fracStageMessLen, fracStageR… in PetscLogHandlerView_Default_Info()
1278 PetscLogDouble min, max, tot, ratio, avg, x, y; in PetscLogHandlerView_Default_Info()
1279PetscLogDouble minf, maxf, totf, ratf, mint, maxt, tott, ratt, ratC, totm, totml, totr, m… in PetscLogHandlerView_Default_Info()
1282 PetscLogDouble cct, gct, csz, gsz, gmaxt, gflops, gflopr, fracgflops, gjoules, geff; in PetscLogHandlerView_Default_Info()
1347 avg = tot / ((PetscLogDouble)size); in PetscLogHandlerView_Default_Info()
1357 avg = (PetscLogDouble)num_objects; in PetscLogHandlerView_Default_Info()
1362 avg = tot / ((PetscLogDouble)size); in PetscLogHandlerView_Default_Info()
1370 avg = tot / ((PetscLogDouble)size); in PetscLogHandlerView_Default_Info()
1381 avg = tot / ((PetscLogDouble)size); in PetscLogHandlerView_Default_Info()
1391 avg = tot / ((PetscLogDouble)size); in PetscLogHandlerView_Default_Info()
1401 avg = tot / ((PetscLogDouble)size); in PetscLogHandlerView_Default_Info()
1640 memcpy(&gmaxt, &nas, sizeof(PetscLogDouble)); in PetscLogHandlerView_Default_Info()
1642 memcpy(&mint, &nas, sizeof(PetscLogDouble)); in PetscLogHandlerView_Default_Info()
1643 memcpy(&maxt, &nas, sizeof(PetscLogDouble)); in PetscLogHandlerView_Default_Info()
1652 if (minC != 0) ratC = ((PetscLogDouble)maxC) / minC; in PetscLogHandlerView_Default_Info()