int PLogEventMPEDeactivate(int event)Not Collective
PetscInitialize(int *argc,char ***args,0,0);
PLogEventMPEDeactivate(VEC_SetValues);
code where you do not want to log VecSetValues()
PLogEventMPEActivate(VEC_SetValues);
code where you do want to log VecSetValues()
.......
PetscFinalize();
Location: src/plog/src/plogmpe.c
Logging Index
Table of Contents