index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
lib
/
profiling
Commit message (
Expand
)
Author
Age
*
Add missing include for GPR_TIMER_SCOPE in latency profiling
Hope Casey-Allen
2018-04-24
*
Use pthread to avoid circular calls to timer library
yang-g
2018-03-16
*
Make scope name unique and add missing header.
yang-g
2018-03-15
*
Move assignment for Thread, make destructor optional, loop cv waits
Vijay Pai
2018-03-01
*
clang-fmt
Vijay Pai
2018-02-19
*
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
*
Remove support for detached threads. All threads must be joined.
Vijay Pai
2018-02-15
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
yang-g
2018-01-31
*
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
*
Update basic_timers.cc
Vijay Pai
2017-12-05
*
Regen projects and fix more uses of gpr_thd_new
Vijay Pai
2017-12-05
*
clang fmt
ncteisen
2017-11-17
*
Remove all extern C
ncteisen
2017-11-17
*
Update clang-format to 5.0
Craig Tiller
2017-11-03
*
Get latency profiles back up and working
Craig Tiller
2017-10-11
*
Changes for C to C++. Adding extern C to header files for compatibility.
Yash Tibrewal
2017-10-02
*
Changes for C to C++. Adding extern C to header files for compatibility.
Yash Tibrewal
2017-10-02
*
Remove extraneous paren
ncteisen
2017-08-28
*
fix C++ wrapper
yang-g
2017-08-21
*
Add a new macro for custom profiler
yang-g
2017-08-21
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Assert on thread creation
Ken Payson
2017-03-21
*
Handle one core
Craig Tiller
2017-02-08
*
Handle zero-length filenames
Craig Tiller
2017-02-08
*
Make the microbenchmark profile gatherer run some in parallel
Craig Tiller
2017-02-02
*
Rollback changes to timer.h
Craig Tiller
2016-09-21
*
Merge combiner and exec_ctx execution better
Craig Tiller
2016-08-24
*
Timing nuances
Craig Tiller
2016-08-09
*
Fix clang formatting
Ken Payson
2016-06-24
*
Changed %lld to use mingw supported PRId64
Ken Payson
2016-06-23
*
Addressing comment.
Nicolas "Pixel" Noble
2016-04-08
*
Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all
Nicolas "Pixel" Noble
2016-04-05
|
\
|
*
Update copyrights
Craig Tiller
2016-03-31
*
|
Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all
Nicolas "Pixel" Noble
2016-03-28
|
/
*
Fix includes
Craig Tiller
2016-03-25
*
Fix copyright
Craig Tiller
2016-03-25
*
Fix include guards
Craig Tiller
2016-03-25
*
Stage #1 of core breakup: move everything under lib
Craig Tiller
2016-03-25