Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
214 B

  1. #ifndef CRYPTOPP_BENCH_H
  2. #define CRYPTOPP_BENCH_H
  3. #include "cryptlib.h"
  4. extern const double CLOCK_TICKS_PER_SECOND;
  5. void BenchmarkAll(double t, double hertz);
  6. void BenchmarkAll2(double t, double hertz);
  7. #endif