| 843 | } |
| 844 | |
| 845 | void run() |
| 846 | { |
| 847 | auto p = c.compile(); |
| 848 | std::cout << "Allocating params ... " << std::endl; |
| 849 | auto m = c.params(p); |
| 850 | std::cout << "Running performance report ... " << std::endl; |
| 851 | p.perf_report(std::cout, n, m, c.l.batch, detailed); |
| 852 | } |
| 853 | }; |
| 854 | |
| 855 | struct roctx : command<roctx> |
nothing calls this directly
no test coverage detected