ESYS13
Revision_
|
Functions | |
void | Performance_open (Paso_Performance *pp, int verbose) |
int | Performance_getEventIndex (Paso_Performance *pp, int event_id) |
void | Performance_close (Paso_Performance *pp, int verbose) |
void | Performance_startMonitor (Paso_Performance *pp, int monitor) |
void | Performance_stopMonitor (Paso_Performance *pp, int monitor) |
void Performance_close | ( | Paso_Performance * | pp, |
int | verbose | ||
) |
References Esys_noError(), PERFORMANCE_ALL, PERFORMANCE_ASSEMBLAGE, PERFORMANCE_CLOSED, Performance_getEventIndex(), PERFORMANCE_MVM, PERFORMANCE_NUM_EVENTS, PERFORMANCE_NUM_MONITORS, PERFORMANCE_PRECONDITIONER, PERFORMANCE_PRECONDITIONER_INIT, PERFORMANCE_SOLVER, PERFORMANCE_UNMONITORED_EVENT, and PERFORMANCE_UNUSED.
Referenced by Paso_solve().
int Performance_getEventIndex | ( | Paso_Performance * | pp, |
int | event_id | ||
) |
References PERFORMANCE_UNMONITORED_EVENT.
Referenced by Performance_close().
void Performance_open | ( | Paso_Performance * | pp, |
int | verbose | ||
) |
References Esys_noError(), Esys_setError(), PERFORMANCE_NUM_EVENTS, PERFORMANCE_NUM_MONITORS, PERFORMANCE_UNUSED, and SYSTEM_ERROR.
Referenced by Paso_solve().
void Performance_startMonitor | ( | Paso_Performance * | pp, |
int | monitor | ||
) |
References PERFORMANCE_NUM_EVENTS, and PERFORMANCE_OPENED.
Referenced by Paso_FCT_Solver_initialize(), Paso_solve(), Paso_Solver(), Paso_Solver_PCG(), and Paso_Solver_TFQMR().
void Performance_stopMonitor | ( | Paso_Performance * | pp, |
int | monitor | ||
) |
References PERFORMANCE_CLOSED, and PERFORMANCE_NUM_EVENTS.
Referenced by Paso_FCT_Solver_initialize(), Paso_solve(), Paso_Solver(), Paso_Solver_PCG(), and Paso_Solver_TFQMR().