Lines Matching refs:mem

171 …PetscLogDouble mem;          /* The total memory allocated by objects of this class; this is compl…  member
229 PetscLogDouble mem; /* The current memory usage */ member
242 PetscLogDouble mem; /* The memory associated with the object */ member
410 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerObjectCreate_Default()
426 new_object.mem = 0; in PetscLogHandlerObjectCreate_Default()
474 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerObjectDestroy_Default()
599 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerEventBegin_Default()
646 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerEventEnd_Default()
924 action->mem, action->maxmem)); in PetscLogHandlerDump_Default()
938 …PetscFPrintf(PETSC_COMM_SELF, fd, "Parent ID: %d Memory: %d\n", object->parent, (int)object->mem)); in PetscLogHandlerDump_Default()
1275 PetscLogDouble stageTime, flops, flopr, mem, mess, messLen, red; in PetscLogHandlerView_Default_Info() local
1386 PetscCall(PetscMallocGetMaximumUsage(&mem)); in PetscLogHandlerView_Default_Info()
1387 if (mem > 0.0) { in PetscLogHandlerView_Default_Info()
1388 PetscCallMPI(MPIU_Allreduce(&mem, &min, 1, MPIU_PETSCLOGDOUBLE, MPI_MIN, comm)); in PetscLogHandlerView_Default_Info()
1389 PetscCallMPI(MPIU_Allreduce(&mem, &max, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, comm)); in PetscLogHandlerView_Default_Info()
1390 PetscCallMPI(MPIU_Allreduce(&mem, &tot, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, comm)); in PetscLogHandlerView_Default_Info()
1618 …PetscCallMPI(MPIU_Allreduce(&event_info->memIncrease, &mem, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, comm)… in PetscLogHandlerView_Default_Info()
1694 …wer, " %5.0f %5.0f %5.0f %5.0f", mal / 1.0e6, emalmax / 1.0e6, malmax / 1.0e6, mem / 1.0e6)); in PetscLogHandlerView_Default_Info()