aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/profiling/timers_preciseclock.h
Commit message (Collapse)AuthorAge
* Move core/profiling/timers_preciseclock.h to core/support/ such that weGravatar Hongyu Chen2015-08-24
| | | | have a gpr public function which returns cycle clock.
* Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|
* clang-formatGravatar Craig Tiller2015-05-04
|
* Thread local storage for profile dataGravatar Craig Tiller2015-05-04
|
* Add rdtsc profiling support, implement begin/end and tag hidingGravatar Craig Tiller2015-05-01
|
* clang-format resultsGravatar Vijay Pai2015-04-13
|
* Stub out precise clock structure from the overall flow of timers.c so thatGravatar Vijay Pai2015-04-13
there are no ifdefs in the middle of structures of the main code path