Searched refs:start_log_perfstubs (Results 1 – 1 of 1) sorted by relevance
525 PetscBool start_log_perfstubs = (tau_exec_path != NULL) ? PETSC_TRUE : PETSC_FALSE; in PetscOptionsCheckInitial_Private() local528 PetscCall(PetscOptionsGetBool(NULL, NULL, "-log_perfstubs", &start_log_perfstubs, NULL)); in PetscOptionsCheckInitial_Private()529 if (start_log_perfstubs) PetscCall(PetscLogPerfstubsBegin()); in PetscOptionsCheckInitial_Private()