tfhe_libex
utils.hpp
1 
6 #ifndef TEST_UTILS
7 #define TEST_UTILS
8 void start_timer();
9 double lap();
10 #endif