Lines Matching refs:PetscLogDouble

24   PetscLogDouble flops;               /* The flops used in this event */
25 PetscLogDouble flops2; /* The square of flops used in this event */
26 PetscLogDouble flopsTmp; /* The accumulator for flops used in this event */
27 PetscLogDouble time; /* The time taken for this event */
28 PetscLogDouble time2; /* The square of time taken for this event */
29 PetscLogDouble timeTmp; /* The accumulator for time taken for this event */
30 PetscLogDouble syncTime; /* The synchronization barrier time */
31PetscLogDouble dof[8]; /* The number of degrees of freedom associated with this event…
32 PetscLogDouble errors[8]; /* The errors (user-defined) associated with this event */
33 PetscLogDouble numMessages; /* The number of messages in this event */
34 PetscLogDouble messageLength; /* The total message lengths in this event */
35 PetscLogDouble numReductions; /* The number of reductions in this event */
36 PetscLogDouble memIncrease; /* How much the resident memory has increased in this event */
37PetscLogDouble mallocIncrease; /* How much the maximum malloced space has increased in this e…
38PetscLogDouble mallocSpace; /* How much the space was malloced and kept during this event …
39PetscLogDouble mallocIncreaseEvent; /* Maximum of the high water mark with in event minus memory a…
41 PetscLogDouble CpuToGpuCount; /* The total number of CPU to GPU copies */
42 PetscLogDouble GpuToCpuCount; /* The total number of GPU to CPU copies */
43 PetscLogDouble CpuToGpuSize; /* The total size of CPU to GPU copies */
44 PetscLogDouble GpuToCpuSize; /* The total size of GPU to CPU copies */
45 PetscLogDouble GpuFlops; /* The flops done on a GPU in this event */
46 PetscLogDouble GpuTime; /* The time spent on a GPU in this event */
47 PetscLogDouble GpuEnergy; /* The energy consumed on a GPU in this event */