Searched refs:stage_stats_collect (Results 1 – 1 of 1) sorted by relevance
526 PetscLogStage stage_stats_collect; in CollectStatistics() local527 PetscCall(PetscLogStageGetId("Stats Collect", &stage_stats_collect)); in CollectStatistics()528 …if (stage_stats_collect == -1) PetscCall(PetscLogStageRegister("Stats Collect", &stage_stats_colle… in CollectStatistics()529 PetscCall(PetscLogStagePush(stage_stats_collect)); in CollectStatistics()