📄 mylog.cpp
字号:
/*
* this file provide log functionality
* composed by antony
* 2003-1-1
* copyright reserved
*/
/*
*if PERFORMANCE is define check performance of program
*this file provide performanc check global var
*/
#ifndef __MYLOG__H_
#define __MYLOG__H_
#include "mylog.h"
#ifdef PERFORMANCE
struct timeval timeTTStart; //记录时间
struct timeval timeTTNow;
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -