⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slog_profile.h

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 H
字号:
#if !defined ( _SLOG )#include "slog.h"#endif  /*  if !defined ( _SLOG )  */int SLOG_PROF_IsDuplicated( const SLOG_prof_t       *profile,                            const SLOG_intvlinfo_t  *in_info );int SLOG_PROF_Open( SLOG_STREAM  *slog );int SLOG_PROF_AddIntvlInfo(       SLOG_STREAM       *slog,                            const SLOG_intvltype_t   intvltype,                            const SLOG_bebit_t       bebit_0,                            const SLOG_bebit_t       bebit_1,                            const char *             classtype,                            const char *             label,                            const char *             color,                            const SLOG_N_args_t      Nargs,                                  ... );int SLOG_PROF_AddIntvlInfoWithArray(       SLOG_STREAM       *slog,                                     const SLOG_intvltype_t   intvltype,                                     const SLOG_bebit_t       bebit_0,                                     const SLOG_bebit_t       bebit_1,                                     const char *             classtype,                                     const char *             label,                                     const char *             color,                                     const SLOG_N_args_t      Nargs,                                           char             **arg_strs );int SLOG_PROF_Close( SLOG_STREAM  *slog );int SLOG_PROF_SetExtraNumOfIntvlInfos(       SLOG_STREAM  *slog,                                       const SLOG_uint32   Nentries_extra );int SLOG_PROF_AddExtraIntvlInfo(       SLOG_STREAM      *slog,                                 const SLOG_intvltype_t  intvltype,                                 const SLOG_bebit_t      bebit_0,                                 const SLOG_bebit_t      bebit_1,                                 const char *            classtype,                                 const char *            label,                                 const char *            color );SLOG_intvlinfo_t *SLOG_PROF_GetIntvlInfo( const SLOG_prof_t       *profile,                                          const SLOG_intvltype_t   intvltype,                                          const SLOG_bebit_t       bebit_0,                                          const SLOG_bebit_t       bebit_1 );void SLOG_PROF_SortTable( SLOG_prof_t  *profile );int SLOG_PROF_IsBebitIntvlsConsistent( SLOG_prof_t *profile );int SLOG_PROF_CompressTable( SLOG_prof_t  *profile );int SLOG_PROF_CompressedTableToFile( SLOG_STREAM  *slog );void SLOG_PROF_Free( SLOG_prof_t *profile );int SLOG_PROF_ReadIntvlInfos( SLOG_STREAM  *slog );void SLOG_PROF_Print( FILE* fd, const SLOG_prof_t *profile );void SLOG_IntvlInfo_Assign(       SLOG_intvlinfo_t        *intvlinfo,                            const SLOG_intvltype_t         in_intvltype,                            const SLOG_bebit_t             in_bebit_0,                            const SLOG_bebit_t             in_bebit_1,                            const char *                   in_classtype,                            const char *                   in_label,                            const char *                   in_color );void SLOG_IntvlInfo_Print( const SLOG_intvlinfo_t *info, FILE *fd );int SLOG_IntvlInfo_WriteToFile( SLOG_intvlinfo_t *info, FILE *fd );int SLOG_IntvlInfo_ReadFromFile( SLOG_intvlinfo_t *info, FILE *fd );int SLOG_IntvlInfo_IsKeyEqualTo( const SLOG_intvlinfo_t *info1,                                 const SLOG_intvlinfo_t *info2 );int SLOG_IntvlInfo_IsValueEqualTo( const SLOG_intvlinfo_t *info1,                                   const SLOG_intvlinfo_t *info2 );int SLOG_IntvlInfo_IsEqualTo( const SLOG_intvlinfo_t *info1,                              const SLOG_intvlinfo_t *info2 );int SLOG_IntvlInfo_IsKeyWholeIntvl( const SLOG_intvlinfo_t *info );void SLOG_IntvlInfo_SetUsed(       SLOG_intvlinfo_t *info,                             const int               boolean_flag );

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -