cputime.h

来自「本代码包包含一个模拟退火算法的c++程序。此外还有其他一些源码」· C头文件 代码 · 共 28 行

H
28
字号
/* cputime.h           declarations for CPU timing call  *//* rcsid: %W% %U% %G%   EFC *//* if this is used while in SYSV you need to add     -lbsd   to the link step */#ifndef CPU_TIME_H_#define CPU_TIME_H_ %I%#include <stdio.h>#ifdef __cplusplusextern "C" {#endif#ifdef NO_PROTOvoid report_cpu();void get_cpu_time();#elsevoid report_cpu(FILE *, char *);void get_cpu_time(double *usertime, double *systime);#endif#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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