aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/profiling
Commit message (Collapse)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
|
* Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
|
* 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
|
* clang fmtGravatar ncteisen2017-11-17
|
* Remove all extern CGravatar ncteisen2017-11-17
|
* 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
| | | | Also converting to .cc
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* Remove extraneous parenGravatar ncteisen2017-08-28
|
* fix C++ wrapperGravatar yang-g2017-08-21
|
* Add a new macro for custom profilerGravatar yang-g2017-08-21
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Assert on thread creationGravatar Ken Payson2017-03-21
|
* Handle one coreGravatar Craig Tiller2017-02-08
|
* Handle zero-length filenamesGravatar Craig Tiller2017-02-08
|
* Make the microbenchmark profile gatherer run some in parallelGravatar Craig Tiller2017-02-02
|
* Rollback changes to timer.hGravatar Craig Tiller2016-09-21
|
* Merge combiner and exec_ctx execution betterGravatar Craig Tiller2016-08-24
| | | | | | | Allows exec_ctx callbacks to be called while a combiner is executing. Also allows guaranteeing direct execution of callbacks from combiners, which should allow reducing cpu burn for up/down stack interactions in the future.
* Timing nuancesGravatar Craig Tiller2016-08-09
|
* Fix clang formattingGravatar Ken Payson2016-06-24
|
* Changed %lld to use mingw supported PRId64Gravatar Ken Payson2016-06-23
|
* Addressing comment.Gravatar Nicolas "Pixel" Noble2016-04-08
|
* Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_allGravatar Nicolas "Pixel" Noble2016-04-05
|\
| * Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_allGravatar Nicolas "Pixel" Noble2016-03-28
|/
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightGravatar Craig Tiller2016-03-25
|
* Fix include guardsGravatar Craig Tiller2016-03-25
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25