Home
last modified time | relevance | path

Searched defs:_Action (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c223 typedef struct _Action { struct
224 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 */