摘要:
#include <chrono> #define TIMEDEBUG #ifdef TIMEDEBUG #define RD(X) {RunDuration o;o.begin();##X;o.end(#X);} class RunDuration { public: inline void be 阅读全文
posted @ 2020-07-16 16:36
lgy514
阅读(356)
评论(0)
推荐(0)
|
摘要:
#include <chrono> #define TIMEDEBUG #ifdef TIMEDEBUG #define RD(X) {RunDuration o;o.begin();##X;o.end(#X);} class RunDuration { public: inline void be 阅读全文
posted @ 2020-07-16 16:36
lgy514
阅读(356)
评论(0)
推荐(0)
|