Lines Matching refs:PetscLogEventBegin
14 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
19 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
21 PetscCall(PetscLogEventBegin(e1, &x, &y, 0, 0)); in main()
23 PetscCall(PetscLogEventBegin(e1, &y, 0, 0, 0)); in main()
25 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
27 PetscCall(PetscLogEventBegin(e1, &x, &y, 0, 0)); in main()
29 PetscCall(PetscLogEventBegin(e1, &y, 0, 0, 0)); in main()
31 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
33 PetscCall(PetscLogEventBegin(e1, &x, &y, 0, 0)); in main()
35 PetscCall(PetscLogEventBegin(e1, &y, 0, 0, 0)); in main()
37 PetscCall(PetscLogEventBegin(e1, &x, &e1, 0, 0)); in main()