tsc
tsc copied to clipboard
in readme.md. Please correct me if I m wrong
printf("Execution took %" PRIu64 " clock cycles\n", end - start - overhead);
printf("Execution took %llu clock cycles\n", end - start - overhead);