Searched refs:PetscLogEventGetPerfInfo (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex79.c | 89 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, event, &info)); in main() 92 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, event, &info)); in main()
|
| H A D | ex76.c | 219 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, event, &info1)); in main() 221 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, event, &info2)); in main() 224 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, event, &info1)); in main() 226 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, event, &info2)); in main()
|
| /petsc/src/sys/tests/ |
| H A D | ex71.c | 21 PetscCall(PetscLogEventGetPerfInfo(stage_id, event_id, &event_info)); in main()
|
| /petsc/src/vec/is/utils/tests/ |
| H A D | ex1.c | 101 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, kdtree_build_log, &build_perf_info)); in main() 103 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, kdtree_query_log, &query_perf_info)); in main()
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | ex1.c | 110 PetscCall(PetscLogEventGetPerfInfo(stage, KSP_Solve, &eventInfo)); in PetscLogView_VecScatter() 118 PetscCall(PetscLogEventGetPerfInfo(stage, events[i], &eventInfo)); in PetscLogView_VecScatter()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex14.c | 87 PetscCall(PetscLogEventGetPerfInfo(stage1, event1, &eventInfo)); in main() 149 PetscCall(PetscLogEventGetPerfInfo(stage2, event2, &eventInfo)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petsclog.pxi | 48 PetscErrorCode PetscLogEventGetPerfInfo(PetscLogStage, PetscLogEvent, PetscEventPerfInfo*)
|
| H A D | Log.pyx | 722 petsc.PetscLogEventGetPerfInfo 728 CHKERR(PetscLogEventGetPerfInfo(<int>cstage, self.id, &info))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex9.c | 247 PetscCall(PetscLogEventGetPerfInfo(stage, event, &eventInfo)); in TestCone() 292 PetscCall(PetscLogEventGetPerfInfo(stage, event, &eventInfo)); in TestTransitiveClosure() 364 PetscCall(PetscLogEventGetPerfInfo(stage, event, &eventInfo)); in TestVecClosure()
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex1.c | 244 PetscCall(PetscLogEventGetPerfInfo(stage, event, &eventInfo)); in TestIntegration() 277 PetscCall(PetscLogEventGetPerfInfo(stage, event, &eventInfo)); in TestIntegration2()
|
| /petsc/src/mat/tests/ |
| H A D | bench_spmv.c | 212 PetscCall(PetscLogEventGetPerfInfo(PETSC_DETERMINE, event, &eventInfo)); in PetscLogSpMVTime()
|
| /petsc/include/ |
| H A D | petsclog.h | 321 PETSC_EXTERN PetscErrorCode PetscLogEventGetPerfInfo(PetscLogStage, PetscLogEvent, PetscEventPerfIn… 648 …#define PetscLogEventGetPerfInfo(a, b, c) ((void)(a), (void)(b), *(c) = (const PetscEventPerfInfo)… macro
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 1597 PetscErrorCode PetscLogEventGetPerfInfo(PetscLogStage stage, PetscLogEvent event, PetscEventPerfInf… in PetscLogEventGetPerfInfo() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 11002 PetscCall(PetscLogEventGetPerfInfo(PETSC_DEFAULT, event, &eventInfo)); in DMPlexMonitorThroughput()
|