I am trying to benchmark a specific block of code and I found on the Internet a lot of ways, most of them using time.h and chrono.h libraries. But most of them are using system time and not actual cpu time. Any workaround on this will be highly welcome