PI Compute v0.2.1
Loading...
Searching...
No Matches
main.hpp
1
9
10#ifndef MAIN_HPP
11#define MAIN_HPP
12
13int show_menu();
14
15void run_benchmark(const std::string& name, int max_threads, long long max_intervals, int step = 1);
16
17#endif /* MAIN_HPP */