ipss_bench.h 186 B

12345678910111213141516
  1. #ifndef IPSS_BENCH_H
  2. #define IPSS_BENCH_H
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. void start_ipss_measurement();
  8. void stop_ipss_measurement();
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif