Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move core/profiling/timers_preciseclock.h to core/support/ such that we | Hongyu Chen | 2015-08-24 |
| | | | | have a gpr public function which returns cycle clock. | ||
* | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 |
| | |||
* | clang-format | Craig Tiller | 2015-05-04 |
| | |||
* | Thread local storage for profile data | Craig Tiller | 2015-05-04 |
| | |||
* | Add rdtsc profiling support, implement begin/end and tag hiding | Craig Tiller | 2015-05-01 |
| | |||
* | clang-format results | Vijay Pai | 2015-04-13 |
| | |||
* | Stub out precise clock structure from the overall flow of timers.c so that | Vijay Pai | 2015-04-13 |
there are no ifdefs in the middle of structures of the main code path |