History log of /petsc/src/sys/tests/ex68.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 934c28dd 22-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 60880404 22-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/fix-log-event-resume' into 'release'

Logging - Fix order of nested resumed events to match original nesting

See merge request petsc/petsc!8511


# 5224b49f 18-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

Logging - update test ex68 to have nested stages and events


# ad4c700a 04-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4c755a4e 04-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'release'

Fix typos

See merge request petsc/petsc!6908


# baca6076 04-Oct-2023 Pierre Jolivet <pierre@joliv.et>

Fix typos


# 5cc358bc 07-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/fix-log-events-pause' into 'main'

Profiling: fix PetscLogHandlerEventsPause_Default()

See merge request petsc/petsc!6864


# 3e446a5e 07-Sep-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: fix PetscLogHandlerEventsPause_Default()


# 93628023 10-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-log-get-stage-perf-info' into 'main'

Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()

See merge request petsc/petsc!6779


# 8b08f494 04-Aug-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()

Data that was exposed in the now-deprecated `PetscStageLog` included
some data that was only available from accessing

Profiling: Add PetscLogStageGetPerfInfo() and PetscLogHandlerGetStagePerfInfo()

Data that was exposed in the now-deprecated `PetscStageLog` included
some data that was only available from accessing the fields of the struct
that was never included in the functional interface.

We shouldn't try to duplicate the availability of all of that data,
but the `stage_info->perfInfo` provided measurements about stages that
we should continue to make available.

In keeping with recent changes, we make it available through

`PetscLogStageGetPerfInfo()`, which delegates to
`PetscLogHandlerGetStagePerfInfo()`, which is implemented by
`PETSCLOGHANDLERDEFAULT`.

Coverage test of this feature is added to src/sys/tests/ex68.c

show more ...


# 6c37f76f 27-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-log-handler' into 'main'

Deglobalize logging into PetscLogHandler and PetscLogState

See merge request petsc/petsc!6709


# a60856c8 14-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Add test of PetscLogEventsPause() / PetscLogEventsResume()