aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/debug/stats_data.h
Commit message (Collapse)AuthorAge
* Add epollex fd cacheGravatar kpayson642018-05-15
|
* Undo clang_format script changeGravatar Yash Tibrewal2018-05-14
|
* Cleanup stats removal for opt build. Stats will only be collected on debug ↵Gravatar Yash Tibrewal2018-05-14
| | | | builds or if GRPC_COLLECT_STATS is defined.
* Try removing statsGravatar Yash Tibrewal2018-05-04
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
| * clang fmtGravatar ncteisen2017-11-17
| |
| * Remove all extern CGravatar ncteisen2017-11-17
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Add countersGravatar Craig Tiller2017-10-12
|
* Add call combiner statsGravatar Craig Tiller2017-10-12
|
* Merge branch 'master' into cq_statsGravatar Sree Kuchibhotla2017-10-09
|\
| * Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
| |\
* | | Add more counters in cqGravatar Sree Kuchibhotla2017-10-03
| | |
* | | Counter for number of failed trylocks in cqGravatar Sree Kuchibhotla2017-10-03
| | |
| | * Rebasing on master for easier merging and testingGravatar Yash Tibrewal2017-10-02
| | |
| | * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | |
| | * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| |/ |/|
| * Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
| |\ | |/ |/|
* | Revert "General executor speedups, introspection"Gravatar Craig Tiller2017-09-26
| |
| * Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-22
| |\ | |/ |/|
* | Add HPACK statsGravatar Craig Tiller2017-09-21
| |
| * Merge github.com:grpc/grpc into flowctlNGravatar Craig Tiller2017-09-20
| |\ | |/ |/|
* | Merge github.com:grpc/grpc into execpGravatar Craig Tiller2017-09-19
|\ \
| * \ Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-18
| |\ \
| | | * Add a counter for spurious writesGravatar Craig Tiller2017-09-15
| | |/
* | | Merge github.com:grpc/grpc into execpGravatar Craig Tiller2017-09-14
|\ \ \ | | |/ | |/|
* | | Merge branch 'exec' into execpGravatar Craig Tiller2017-09-14
|\ \ \
* | | | Instrument executor a little betterGravatar Craig Tiller2017-09-14
| | | |
| | * | Collect stats on why writes are initiatedGravatar Craig Tiller2017-09-14
| | | |
| | * | Merge pull request #12555 from ctiller/gross-object-countsGravatar Craig Tiller2017-09-13
| |/| | | | | | | | | | Count API object creations
| | * | Count api object creationsGravatar Craig Tiller2017-09-13
| |/ / |/| |
| | * Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-13
| | |\ | | |/ | |/|
| | * Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-11
| | |\ | |_|/ |/| |
| * | Merge github.com:grpc/grpc into server_statsGravatar Craig Tiller2017-09-11
| |\ \ | |/ / |/| |
* | | Measure batchinessGravatar Craig Tiller2017-09-08
| | |
* | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-08
|\ \ \
* | | | add some statsGravatar Craig Tiller2017-09-08
| | | |
| | * | Merge github.com:grpc/grpc into server_statsGravatar Craig Tiller2017-09-08
| | |\ \ | | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-08
| | | |\ | | |_|/ | |/| |
| * | | Add a documentation field to stats, enforce its usageGravatar Craig Tiller2017-09-08
| | | |
* | | | Better HTTP statsGravatar Craig Tiller2017-09-07
| | | |
* | | | Better TCP statsGravatar Craig Tiller2017-09-07
| | | |
* | | | Better executor statsGravatar Craig Tiller2017-09-07
|/ / /
| * / Add stats for server request serving pathGravatar Craig Tiller2017-09-05
|/ /
| * Merge branch 'stats_histo' into pollset_kick_statsGravatar Craig Tiller2017-09-05
| |\ | |/ |/|