Jan Tattermusch
d8f9fe844f
get rid of premature return in massage_qps_stats
7 years ago
Yash Tibrewal
31f4eee720
Clang format and yapf
7 years ago
Yash Tibrewal
519d2b1fae
Cleanup stats removal for opt build. Stats will only be collected on debug builds or if GRPC_COLLECT_STATS is defined.
7 years ago
Yash Tibrewal
ae3866bf6b
Try removing stats
7 years ago
ncteisen
4454af55e1
Update stats generator
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
Mark D. Roth
718c8341ca
Retry support.
7 years ago
Muxi Yan
3db2caaf2e
Replace message/deflate,gzip with deflate,gzip
7 years ago
Mehrdad Afshari
87cd994b04
Upgrade yapf to 0.20.0
...
Upgrade yapf version to 0.20.0 and reformat Python files.
7 years ago
ncteisen
cf1d28b473
Fix windows compile
7 years ago
ncteisen
7a2be20a8a
yapf tools/distrib
7 years ago
ncteisen
5898847ddf
yapf tools/codegen
7 years ago
Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
7 years ago
Yash Tibrewal
ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed"
7 years ago
Yash Tibrewal
6fbe010851
minor objc test change
7 years ago
Mehrdad Afshari
28661ea6e1
Bump third_party/protobuf submodule to v3.5.0
7 years ago
Yash Tibrewal
0ee7574732
Removing instances of exec_ctx being passed around in functions in
...
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.
7 years ago
Muxi Yan
4c7bc85bd8
Revert changes to "identity" "deflate" "gzip" "stream-gzip" compression algorithm names at surface API
...
This reverts commit 6360274841
.
This reverts commit 33d7a7aa5a
.
7 years ago
Muxi Yan
6360274841
Make the names of compression algorithms backwards compatible at surface API
7 years ago
Yash Tibrewal
bc460fa3c4
Rebasing on master for easier merging and testing
7 years ago
Yash Tibrewal
547653ebdb
some build changes, some unresolved dependencies
7 years ago
Yash Tibrewal
19f0a909ac
pointer conversion for libuv build. gen_stats_data.py to generate .cc
7 years ago
Yash Tibrewal
90adcf5e98
gen_static_metadata.py would generate .cc now. Also fixed asan build failures
7 years ago
Craig Tiller
2477cf3778
Revert "General executor speedups, introspection"
7 years ago
Muxi Yan
e6d888d0a0
Change C core surface API
7 years ago
Craig Tiller
7fcdd7add0
Really spell out code generation
7 years ago
Yash Tibrewal
067611f192
static metadata and clang format
7 years ago
Craig Tiller
70bbb6b117
Fix schema generation
7 years ago
Craig Tiller
27147b85f8
Review feedback
7 years ago
Craig Tiller
73a6170896
Upload core stats to qps_test
7 years ago
Craig Tiller
5d6156033e
Review feedback
7 years ago
Craig Tiller
f11a40d23b
Upload core stats to qps_test
7 years ago
Craig Tiller
4b7fe94a97
Automatically generate BigQuery schema details for all counters
7 years ago
Craig Tiller
eda90974b4
Add a documentation field to stats, enforce its usage
7 years ago
Craig Tiller
3e3dd08087
Bounds fixes
7 years ago
Craig Tiller
07530dbbeb
Fixup bounds
7 years ago
Craig Tiller
cd0a91e4e1
Fix some rounding bugs
7 years ago
Flavio Medeiros
89e68acb50
Trying to make the code more readable.
7 years ago
Craig Tiller
e4605634a7
Cleanup intification
7 years ago
Craig Tiller
40bca8468e
Fix one rounding bug
7 years ago
Craig Tiller
97ec5eb61e
Add stats test
7 years ago
Craig Tiller
da5cd59ed3
Restrict histograms to integral boundaries
7 years ago
Mark D. Roth
9e3a19ee95
Use a separate table to determine which callouts are default.
7 years ago
Craig Tiller
5489d41c15
Expose histograms via microbenchmarks
7 years ago
Craig Tiller
520d76d698
Compile fix
7 years ago
Craig Tiller
640dfe499e
Histogram support
7 years ago
Muxi Yan
68760439e7
Resolve performance
7 years ago
Muxi Yan
68a0fd5416
Separate stream compression from message-wise compression
7 years ago