Lines Matching full:log
7 PetscLogHandlerCreate - Create a log handler for profiling events and stages. PETSc
73 …erSetState - Set the logging state that provides the stream of events and stages for a log handler.
102 …erGetState - Get the logging state that provides the stream of events and stages for a log handler.
115 …For a log handler started with `PetscLogHandlerStart()`, this will be the PETSc global logging sta…
129 PetscLogHandlerEventBegin - Record the beginning of an event in a log handler
157 PetscLogHandlerEventEnd - Record the end of an event in a log handler
223 PetscLogHandlerObjectCreate - Record the creation of an object in a log handler.
247 PetscLogHandlerObjectDestroy - Record the destruction of an object in a log handler.
271 PetscLogHandlerStagePush - Begin a new logging stage in a log handler.
298 PetscLogHandlerStagePop - End the current logging stage in a log handler.
325 PetscLogHandlerView - View the data recorded in a log handler.
357 . event_info - a pointer to a performance log for `event` during `stage` (or `NULL` if this handler…
385 . stage_info - a pointer to a performance log for `stage` (or `NULL` if this handler does not use `…
403 PetscLogHandlerSetLogActions - Determines whether actions are logged for a log handler.
409 - flag - `PETSC_TRUE` if actions are to be logged (ignored if `handler` does not log actions)
414 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
415 …`PetscLogSetLogActions()` to call this function for the default log handler that is connected to t…
432 PetscLogHandlerSetLogObjects - Determines whether objects are logged for a log handler.
438 - flag - `PETSC_TRUE` if objects are to be logged (ignored if `handler` does not log objects)
443 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
444 …`PetscLogSetLogObjects()` to call this function for the default log handler that is connected to t…
468 PetscLogHandlerLogObjectState - Record information about an object with the default log handler
481 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
482 …`PetscLogObjectState()` to call this function for the default log handler that is connected to the…
502 PetscLogHandlerGetNumObjects - Get the number of objects that were logged with a log handler
517 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
531 PetscLogHandlerEventDeactivatePush - Temporarily deactivate a logging event for a log handler
543 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
544 …`PetscLogEventDeactivatePush()` to call this function for the default log handler that is connecte…
558 PetscLogHandlerEventDeactivatePop - Undo temporary deactivation a logging event for a log handler
570 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
571 …`PetscLogEventDeactivatePop()` to call this function for the default log handler that is connected…
585 …- Put event logging into "paused" mode (see `PetscLogEventsPause()` for details.) for a log handler
595 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
596 …`PetscLogEventsPause()` to call this function for the default log handler that is connected to the…
610 …g that had been put into "paused" mode (see `PetscLogEventsPause()` for details.) for a log handler
620 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
621 …`PetscLogEventsResume()` to call this function for the default log handler that is connected to th…
635 PetscLogHandlerDump - Dump the records of a log handler to file
641 - sname - the name of the file to dump log data to
646 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
647 `PetscLogDump()` to call this function for the default log handler that is connected to the global
660 …rStageSetVisible - Set the visibility of logging stage in `PetscLogHandlerView()` for a log handler
672 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
673 …`PetscLogStageSetVisible()` to call this function for the default log handler that is connected to…
687 …rStageGetVisible - Get the visibility of logging stage in `PetscLogHandlerView()` for a log handler
701 …The default log handler `PETSCLOGHANDLERDEFAULT` implements this function, but others generally do…
702 …`PetscLogStageGetVisible()` to call this function for the default log handler that is connected to…