Commit Graph

34 Commits

Author SHA1 Message Date
Jan Tattermusch d8f9fe844f get rid of premature return in massage_qps_stats 2018-05-18 15:33:25 +02:00
Yash Tibrewal 31f4eee720 Clang format and yapf 2018-05-14 15:45:17 -07:00
Yash Tibrewal 519d2b1fae Cleanup stats removal for opt build. Stats will only be collected on debug builds or if GRPC_COLLECT_STATS is defined. 2018-05-14 15:17:43 -07:00
Yash Tibrewal ae3866bf6b Try removing stats 2018-05-04 15:03:08 -07:00
ncteisen 4454af55e1 Update stats generator 2018-05-01 09:45:01 -07:00
Mehrdad Afshari 87cd994b04 Upgrade yapf to 0.20.0
Upgrade yapf version to 0.20.0 and reformat Python files.
2018-01-02 14:40:00 -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 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 19f0a909ac pointer conversion for libuv build. gen_stats_data.py to generate .cc 2017-10-02 16:29:41 -07:00
Craig Tiller 2477cf3778 Revert "General executor speedups, introspection" 2017-09-26 12:20:35 -07:00
Craig Tiller 7fcdd7add0 Really spell out code generation 2017-09-19 14:11:21 -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 3e3dd08087 Bounds fixes 2017-09-05 15:08:39 -07:00
Craig Tiller 07530dbbeb Fixup bounds 2017-09-05 14:55:43 -07:00
Craig Tiller cd0a91e4e1 Fix some rounding bugs 2017-09-02 17:58:22 -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
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 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