?? benchmark.void.h
字號:
/* benchmark.h, "void" version * Ben Lynn *//*Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)See LICENSE for license*/#ifndef BENCHMARK_H#define BENCHMARK_H#define BENCHMARK#ifdef __cplusplusextern "C" {#endif#define do_nothing ((void) (0))#define bm_put(x, y) do_nothing#define bm_get(x) do_nothing#define bm_get_time() do_nothing#define bm_report_encrypt() do_nothing#define bm_report_decrypt() do_nothing#ifdef __cplusplus}#endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -