📄 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 + -