📄 cputime.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -