tsc icon indicating copy to clipboard operation
tsc copied to clipboard

Quick and dirty TSC access for benchmarking

Results 1 tsc issues
Sort by recently updated
recently updated
newest added

```c printf("Execution took %" PRIu64 " clock cycles\n", end - start - overhead); ``` ```c printf("Execution took %llu clock cycles\n", end - start - overhead); ```