Lines Matching refs:PetscLogDouble
41 PetscLogDouble petsc_BaseTime = 0.0;
42 PetscLogDouble petsc_TotalFlops = 0.0; /* The number of flops */
43 PetscLogDouble petsc_send_ct = 0.0; /* The number of sends */
44 PetscLogDouble petsc_recv_ct = 0.0; /* The number of receives */
45 PetscLogDouble petsc_send_len = 0.0; /* The total length of all sent messages */
46 PetscLogDouble petsc_recv_len = 0.0; /* The total length of all received messages */
47 PetscLogDouble petsc_isend_ct = 0.0; /* The number of immediate sends */
48 PetscLogDouble petsc_irecv_ct = 0.0; /* The number of immediate receives */
49 PetscLogDouble petsc_isend_len = 0.0; /* The total length of all immediate send messages */
50 PetscLogDouble petsc_irecv_len = 0.0; /* The total length of all immediate receive messages */
51 PetscLogDouble petsc_wait_ct = 0.0; /* The number of waits */
52 PetscLogDouble petsc_wait_any_ct = 0.0; /* The number of anywaits */
53 PetscLogDouble petsc_wait_all_ct = 0.0; /* The number of waitalls */
54 PetscLogDouble petsc_sum_of_waits_ct = 0.0; /* The total number of waits */
55 PetscLogDouble petsc_allreduce_ct = 0.0; /* The number of reductions */
56 PetscLogDouble petsc_gather_ct = 0.0; /* The number of gathers and gathervs */
57 PetscLogDouble petsc_scatter_ct = 0.0; /* The number of scatters and scattervs */
60 PETSC_TLS PetscLogDouble petsc_TotalFlops_th = 0.0;
61 PETSC_TLS PetscLogDouble petsc_send_ct_th = 0.0;
62 PETSC_TLS PetscLogDouble petsc_recv_ct_th = 0.0;
63 PETSC_TLS PetscLogDouble petsc_send_len_th = 0.0;
64 PETSC_TLS PetscLogDouble petsc_recv_len_th = 0.0;
65 PETSC_TLS PetscLogDouble petsc_isend_ct_th = 0.0;
66 PETSC_TLS PetscLogDouble petsc_irecv_ct_th = 0.0;
67 PETSC_TLS PetscLogDouble petsc_isend_len_th = 0.0;
68 PETSC_TLS PetscLogDouble petsc_irecv_len_th = 0.0;
69 PETSC_TLS PetscLogDouble petsc_wait_ct_th = 0.0;
70 PETSC_TLS PetscLogDouble petsc_wait_any_ct_th = 0.0;
71 PETSC_TLS PetscLogDouble petsc_wait_all_ct_th = 0.0;
72 PETSC_TLS PetscLogDouble petsc_sum_of_waits_ct_th = 0.0;
73 PETSC_TLS PetscLogDouble petsc_allreduce_ct_th = 0.0;
74 PETSC_TLS PetscLogDouble petsc_gather_ct_th = 0.0;
75 PETSC_TLS PetscLogDouble petsc_scatter_ct_th = 0.0;
77 PetscLogDouble petsc_ctog_ct = 0.0; /* The total number of CPU to GPU copies */
78 PetscLogDouble petsc_gtoc_ct = 0.0; /* The total number of GPU to CPU copies */
79 PetscLogDouble petsc_ctog_sz = 0.0; /* The total size of CPU to GPU copies */
80 PetscLogDouble petsc_gtoc_sz = 0.0; /* The total size of GPU to CPU copies */
81 PetscLogDouble petsc_ctog_ct_scalar = 0.0; /* The total number of CPU to GPU copies */
82 PetscLogDouble petsc_gtoc_ct_scalar = 0.0; /* The total number of GPU to CPU copies */
83 PetscLogDouble petsc_ctog_sz_scalar = 0.0; /* The total size of CPU to GPU copies */
84 PetscLogDouble petsc_gtoc_sz_scalar = 0.0; /* The total size of GPU to CPU copies */
85 PetscLogDouble petsc_gflops = 0.0; /* The flops done on a GPU */
86 PetscLogDouble petsc_gtime = 0.0; /* The time spent on a GPU */
87 PetscLogDouble petsc_genergy = 0.0; /* The energy (estimated with power*gtime) consumed on a…
88 PetscLogDouble petsc_genergy_meter = 0.0; /* Readings from the energy meter on a GPU */
90 PETSC_TLS PetscLogDouble petsc_ctog_ct_th = 0.0;
91 PETSC_TLS PetscLogDouble petsc_gtoc_ct_th = 0.0;
92 PETSC_TLS PetscLogDouble petsc_ctog_sz_th = 0.0;
93 PETSC_TLS PetscLogDouble petsc_gtoc_sz_th = 0.0;
94 PETSC_TLS PetscLogDouble petsc_ctog_ct_scalar_th = 0.0;
95 PETSC_TLS PetscLogDouble petsc_gtoc_ct_scalar_th = 0.0;
96 PETSC_TLS PetscLogDouble petsc_ctog_sz_scalar_th = 0.0;
97 PETSC_TLS PetscLogDouble petsc_gtoc_sz_scalar_th = 0.0;
98 PETSC_TLS PetscLogDouble petsc_gflops_th = 0.0;
99 PETSC_TLS PetscLogDouble petsc_gtime_th = 0.0;
128 PetscErrorCode PetscAddLogDouble(PetscLogDouble *tot, PetscLogDouble *tot_th, PetscLogDouble tmp) in PetscAddLogDouble()
137 …de PetscAddLogDoubleCnt(PetscLogDouble *cnt, PetscLogDouble *tot, PetscLogDouble *cnt_th, PetscLog… in PetscAddLogDoubleCnt()
142 *tot += (PetscLogDouble)tmp; in PetscAddLogDoubleCnt()
1635 PetscErrorCode PetscLogEventSetDof(PetscLogEvent event, PetscInt n, PetscLogDouble dof) in PetscLogEventSetDof()
1675 PetscErrorCode PetscLogEventSetError(PetscLogEvent event, PetscInt n, PetscLogDouble error) in PetscLogEventSetError()
2098 …etscErrorCode PetscLogHandlerNestedSetThreshold(PetscLogHandler, PetscLogDouble, PetscLogDouble *);
2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold()
2164 PetscErrorCode PetscGetFlops(PetscLogDouble *flops) in PetscGetFlops()
2428 PetscLogDouble elapsed; in PetscLogGpuTimeEnd()
2435 PetscLogDouble power; in PetscLogGpuTimeEnd()
2545 PetscLogDouble energy; in PetscLogGpuEnergyMeterEnd()