aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/profiling/basic_timers.cc
Commit message (Expand)AuthorAge
* Add missing include for GPR_TIMER_SCOPE in latency profilingGravatar Hope Casey-Allen2018-04-24
* Use pthread to avoid circular calls to timer libraryGravatar yang-g2018-03-16
* Make scope name unique and add missing header.Gravatar yang-g2018-03-15
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
* clang-fmtGravatar Vijay Pai2018-02-19
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
* Update basic_timers.ccGravatar Vijay Pai2017-12-05
* Regen projects and fix more uses of gpr_thd_newGravatar Vijay Pai2017-12-05
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* Get latency profiles back up and workingGravatar Craig Tiller2017-10-11
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02