
Go to the source code of this file.
Functions | |
| void | InitTimers (CtrlType *ctrl) |
| void | PrintTimingInfo (CtrlType *ctrl) |
| void | PrintTimer (CtrlType *ctrl, timer tmr, char *msg) |
| void InitTimers | ( | CtrlType * | ctrl | ) |
Definition at line 23 of file timer.c.
References controldef::AuxTmr1, controldef::AuxTmr2, controldef::AuxTmr3, controldef::AuxTmr4, controldef::AuxTmr5, controldef::AuxTmr6, controldef::CoarsenTmr, controldef::ContractTmr, controldef::InitPartTmr, controldef::KWayInitTmr, controldef::KWayTmr, controldef::MatchTmr, controldef::MoveTmr, controldef::ProjectTmr, controldef::RefTmr, controldef::RemapTmr, controldef::SepTmr, controldef::SetupTmr, controldef::SplitTmr, controldef::TotalTmr, and controldef::UncoarsenTmr.
Referenced by METIS_EdgeND(), METIS_mCHPartGraphRecursive(), METIS_mCHPartGraphRecursiveInternal(), METIS_mCPartGraphKway(), METIS_mCPartGraphRecursive(), METIS_mCPartGraphRecursive2(), METIS_mCPartGraphRecursiveInternal(), METIS_NodeND(), METIS_NodeNDP(), METIS_NodeWND(), METIS_WPartGraphKway(), METIS_WPartGraphKway2(), METIS_WPartGraphRecursive(), METIS_WPartGraphVKway(), ParMETIS_SerialNodeND(), ParMETIS_V3_AdaptiveRepart(), ParMETIS_V3_NodeND(), ParMETIS_V3_PartGeom(), ParMETIS_V3_PartGeomKway(), ParMETIS_V3_PartKway(), and ParMETIS_V3_RefineKway().
| void PrintTimingInfo | ( | CtrlType * | ctrl | ) |
Definition at line 50 of file timer.c.
References controldef::AuxTmr1, controldef::AuxTmr2, controldef::AuxTmr3, controldef::AuxTmr4, controldef::AuxTmr5, controldef::AuxTmr6, controldef::ContractTmr, controldef::InitPartTmr, controldef::KWayInitTmr, controldef::KWayTmr, controldef::MatchTmr, controldef::MoveTmr, PrintTimer(), controldef::ProjectTmr, controldef::RemapTmr, controldef::SetupTmr, and controldef::TotalTmr.
Referenced by ParMETIS_SerialNodeND(), ParMETIS_V3_AdaptiveRepart(), ParMETIS_V3_NodeND(), ParMETIS_V3_PartGeom(), ParMETIS_V3_PartGeomKway(), ParMETIS_V3_PartKway(), and ParMETIS_V3_RefineKway().
Definition at line 76 of file timer.c.
References controldef::comm, max(), MPI_DOUBLE, MPI_MAX, MPI_Reduce(), MPI_SUM, controldef::mype, controldef::npes, and printf().
Referenced by ParMETIS_V3_PartMeshKway(), and PrintTimingInfo().
1.5.5