Skip to content

Conversation

@rerrabolu
Copy link

No description provided.

@rerrabolu rerrabolu merged commit aefd848 into master Aug 26, 2020
uint32_t index = timer.CreateTimer();
uint32_t cpuTimerIdx = 0;
if (print_cpu_time_) {
timer.InitTimer();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW - Please take a look at #60 on using how to compute TSCFreq just once instead of every time inside a huge triple-nested loop.
Code review could catch such issues.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changelist is the first part. The plan is to completely remove calls to RDTSCP and instead use Chrono library service from C++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants