compile-time-printer
compile-time-printer copied to clipboard
Add function to benchmark compile time execution
auto dur = ctp::bench(1 /* id */, []{
// code...
});
ctp::print(dur); // 1s 12 ms