timer_opt.tex
来自「CCSM Research Tools: Community Atmospher」· TEX 代码 · 共 22 行
TEX
22 行
This table summarizes the options that may be passed to the{\tt ESMF\_TimerInit} call. Each option takes an associated value ofeither 1 (true/enable) or 0 (false/disable).\smallskip\begin{tabular}{lll}{\tt \bf Option} & {\tt ESMF\_RESERVED[\#]} & Not to be used. Reserve values for library. \\ & {\tt ESMF\_USRSYS} & (Tracks/reports) Unix user and system time. \\ & {\tt ESMF\_WALL} & Wall clock time (absolute run-time). \\ & {\tt ESMF\_LD1CACHE\_MISS} & Level 1 cache misses. \\ & {\tt ESMF\_LD2CACHE\_MISS} & Level 2 cache misses. \\ & {\tt ESMF\_CYCLES} & Cycles spent in process/(thread). \\ & {\tt ESMF\_ELAPSED\_CYCLES} & Total cycles spent (all processes). \\ & {\tt ESMF\_FP\_INSTR} & Floating point operations. \\ & {\tt ESMF\_LOADSTORE\_INSTR} & Load and store operations. \\ & {\tt ESMF\_INSTR} & Sum of all completed instructions. \\ & {\tt ESMF\_STALL} & Sum of all cycles the process/(thread) is stalled. \\ & {\tt ESMF\_STUB\_TIMERS} & Causes the library to return immediately from calls. \\\end{tabular}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?