// bench.h - written and placed in the public domain by Wei Dai#ifndef CRYPTOPP_BENCH_H#define CRYPTOPP_BENCH_H#include"cryptlib.h"externconstdoubleCLOCK_TICKS_PER_SECOND;voidBenchmarkAll(doublet,doublehertz);voidBenchmarkAll2(doublet,doublehertz);#endif