ncteisen
cf1d28b473
Fix windows compile
2017-12-13 11:58:54 -08:00
ncteisen
7a2be20a8a
yapf tools/distrib
2017-12-11 16:49:19 -08:00
ncteisen
5898847ddf
yapf tools/codegen
2017-12-11 16:43:54 -08:00
Yash Tibrewal
8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
2017-12-06 09:47:54 -08:00
Yash Tibrewal
ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed"
2017-12-06 09:05:05 -08:00
Yash Tibrewal
6fbe010851
minor objc test change
2017-11-27 13:46:18 -08:00
Yash Tibrewal
9da7ac217a
Merge branch 'master' into execctx
2017-11-27 13:42:21 -08:00
Mehrdad Afshari
28661ea6e1
Bump third_party/protobuf submodule to v3.5.0
2017-11-24 17:56:04 -08:00
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.
2017-10-18 17:12:19 -07:00
Yash Tibrewal
bc460fa3c4
Rebasing on master for easier merging and testing
2017-10-02 19:01:25 -07:00
Yash Tibrewal
547653ebdb
some build changes, some unresolved dependencies
2017-10-02 16:32:27 -07:00
Yash Tibrewal
19f0a909ac
pointer conversion for libuv build. gen_stats_data.py to generate .cc
2017-10-02 16:29:41 -07:00
Yash Tibrewal
90adcf5e98
gen_static_metadata.py would generate .cc now. Also fixed asan build failures
2017-10-02 16:29:41 -07:00
Craig Tiller
2477cf3778
Revert "General executor speedups, introspection"
2017-09-26 12:20:35 -07:00
Yash Tibrewal
81e476e6d6
Merge pull request #12624 from yashykt/ctocc6
...
C to C++ compilation
2017-09-19 16:31:44 -07:00
Craig Tiller
7fcdd7add0
Really spell out code generation
2017-09-19 14:11:21 -07:00
Yash Tibrewal
067611f192
static metadata and clang format
2017-09-18 15:42:40 -07:00
Craig Tiller
70bbb6b117
Fix schema generation
2017-09-13 09:04:30 -07:00
Craig Tiller
bdfa308a1f
Merge github.com:grpc/grpc into stats_json
2017-09-12 15:27:45 -07:00
Craig Tiller
5d6156033e
Review feedback
2017-09-12 13:15:58 -07:00
Craig Tiller
f11a40d23b
Upload core stats to qps_test
2017-09-12 10:54:20 -07:00
Craig Tiller
4b7fe94a97
Automatically generate BigQuery schema details for all counters
2017-09-11 13:30:13 -07:00
Craig Tiller
eda90974b4
Add a documentation field to stats, enforce its usage
2017-09-08 09:52:29 -07:00
Craig Tiller
3749a6d417
Merge github.com:grpc/grpc into stats_histo
2017-09-06 13:28:22 -07:00
Craig Tiller
3e3dd08087
Bounds fixes
2017-09-05 15:08:39 -07:00
Craig Tiller
07530dbbeb
Fixup bounds
2017-09-05 14:55:43 -07:00
Mark D. Roth
4190f39afb
Merge pull request #12298 from markdroth/default_metadata_fix
...
Detect default metadata using the callout list.
2017-09-05 10:20:43 -07:00
Craig Tiller
cd0a91e4e1
Fix some rounding bugs
2017-09-02 17:58:22 -07:00
Flavio Medeiros
89e68acb50
Trying to make the code more readable.
2017-09-02 10:24:01 -07:00
Craig Tiller
e4605634a7
Cleanup intification
2017-09-01 16:45:36 -07:00
Craig Tiller
56a84848c7
Merge branch 'stats_histo_ints' into stats_histo
2017-09-01 16:36:52 -07:00
Craig Tiller
40bca8468e
Fix one rounding bug
2017-09-01 16:35:08 -07:00
Craig Tiller
97ec5eb61e
Add stats test
2017-09-01 12:57:36 -07:00
Craig Tiller
da5cd59ed3
Restrict histograms to integral boundaries
2017-09-01 10:03:40 -07:00
Mark D. Roth
9e3a19ee95
Use a separate table to determine which callouts are default.
2017-09-01 08:50:42 -07:00
Craig Tiller
5489d41c15
Expose histograms via microbenchmarks
2017-08-31 12:20:04 -07:00
Craig Tiller
520d76d698
Compile fix
2017-08-31 11:26:30 -07:00
Craig Tiller
640dfe499e
Histogram support
2017-08-30 13:34:49 -07:00
Craig Tiller
e944c5d490
Merge branch 'stats' into stats_histo
2017-08-29 14:16:14 -07:00
Craig Tiller
03c908fc9e
Merge github.com:grpc/grpc into stats
2017-08-29 12:34:10 -07:00
Muxi Yan
68760439e7
Resolve performance
2017-07-27 15:11:15 -07:00
Muxi Yan
0603895423
Merge remote-tracking branch 'upstream/master' into stream_compression_config
2017-07-26 17:02:31 -07:00
Muxi Yan
68a0fd5416
Separate stream compression from message-wise compression
2017-07-26 14:20:01 -07:00
Craig Tiller
33aeabad66
begin building out histogram support
2017-07-20 16:02:24 -07:00
Craig Tiller
280866817f
Add a simple stats framework to gRPC C core
2017-07-18 14:22:19 -07:00
Craig Tiller
d996379030
Reset OWNERS state
2017-07-17 10:54:07 -07:00
Craig Tiller
e476f7d33f
Strawman OWNERS --> CODEOWNERS script
2017-07-13 08:52:00 -07:00
Muxi Yan
59827dd739
generate project
2017-07-12 14:04:30 -07:00
Noah Eisen
e7ba3e91f8
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846
2017-07-11 07:37:41 -07:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00