Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created November 25, 2015 at 3:41 PM
Updated February 5, 2016 at 4:15 PM
Resolved February 5, 2016 at 4:15 PM
I experimented with inlining get_cycles_now(), so that it unconditionally called getTSC() (avoiding a call and a boolean test).
My test case was an inline datset->count, so not much other work going on, but I was surprised to find that it reduced the time by 3%, so it is likely to be worth adding this as a compile option.