Searched defs:_Action (Results 1 – 1 of 1) sorted by relevance
223 typedef struct _Action { struct224 PetscLogActionType action; /* The type of execution */225 PetscLogEvent event; /* The event number */226 PetscClassId classid; /* The event class id */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 */231 PetscObjectId id1, id2, id3; /* The ids of associated objects */