Lines Matching refs:flops
93 eventInfo->flops += eventInfo->flopsTmp; in PetscEventPerfInfoToc_Internal()
143 outInfo->flops += eventInfo->flops; in PetscEventPerfInfoAdd_Internal()
228 PetscLogDouble flops; /* The cumulative flops */ member
409 new_action.flops = petsc_TotalFlops; in PetscLogHandlerObjectCreate_Default()
473 new_action.flops = petsc_TotalFlops; in PetscLogHandlerObjectDestroy_Default()
598 new_action.flops = petsc_TotalFlops; in PetscLogHandlerEventBegin_Default()
645 new_action.flops = petsc_TotalFlops; in PetscLogHandlerEventEnd_Default()
894 PetscLogDouble flops, _TotalTime; in PetscLogHandlerDump_Default() local
923 …tion->action, action->event, action->classid, action->id1, action->id2, action->id3, action->flops, in PetscLogHandlerDump_Default()
960 if (event_info->time != 0.0) flops = event_info->flops / event_info->time; in PetscLogHandlerDump_Default()
961 else flops = 0.0; in PetscLogHandlerDump_Default()
962 …"%d %16d %16g %16g %16g\n", event, event_info->count, event_info->flops, event_info->time, flops)); in PetscLogHandlerDump_Default()
1056 …Messages, stage_perf_info->messageLength, stage_perf_info->numReductions, stage_perf_info->flops)); in PetscLogHandlerView_Default_Detailed()
1071 …me, eventInfo->numMessages, eventInfo->messageLength, eventInfo->numReductions, eventInfo->flops)); in PetscLogHandlerView_Default_Detailed()
1140 …Messages, stage_perf_info->messageLength, stage_perf_info->numReductions, stage_perf_info->flops)); in PetscLogHandlerView_Default_CSV()
1153 …me, eventInfo->numMessages, eventInfo->messageLength, eventInfo->numReductions, eventInfo->flops)); in PetscLogHandlerView_Default_CSV()
1275 PetscLogDouble stageTime, flops, flopr, mem, mess, messLen, red; in PetscLogHandlerView_Default_Info() local
1376 if (locTotalTime != 0.0) flops = petsc_TotalFlops / locTotalTime; in PetscLogHandlerView_Default_Info()
1377 else flops = 0.0; in PetscLogHandlerView_Default_Info()
1378 PetscCallMPI(MPIU_Allreduce(&flops, &min, 1, MPIU_PETSCLOGDOUBLE, MPI_MIN, comm)); in PetscLogHandlerView_Default_Info()
1379 PetscCallMPI(MPIU_Allreduce(&flops, &max, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, comm)); in PetscLogHandlerView_Default_Info()
1380 PetscCallMPI(MPIU_Allreduce(&flops, &tot, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, comm)); in PetscLogHandlerView_Default_Info()
1479 … PetscCallMPI(MPIU_Allreduce(&stage_info->flops, &flops, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, comm)); in PetscLogHandlerView_Default_Info()
1488 if (TotalFlops != 0.0) fracFlops = flops / TotalFlops; in PetscLogHandlerView_Default_Info()
1499 … %5.3e %5.1f%%\n", stage, stage_name, stageTime / size, 100.0 * fracTime, flops, 100.0 * fracFlops… in PetscLogHandlerView_Default_Info()
1585 PetscCallMPI(MPIU_Allreduce(&stage_info->flops, &flops, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, comm)); in PetscLogHandlerView_Default_Info()
1605 flopr = event_info->flops; in PetscLogHandlerView_Default_Info()
1608 … PetscCallMPI(MPIU_Allreduce(&event_info->flops, &totf, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, comm)); in PetscLogHandlerView_Default_Info()
1664 if (flops != 0.0) fracStageFlops = totf / flops; in PetscLogHandlerView_Default_Info()