aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_metadata.cc
Commit message (Collapse)AuthorAge
* Support microbenchmarks internallyGravatar ncteisen2018-04-25
|
* 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
|
* Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
|
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
| |
* | 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.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelnessGravatar Nicolas "Pixel" Noble2017-03-22
|\
| * Merge github.com:grpc/grpc into poll-wakeupGravatar Craig Tiller2017-03-10
| |\
* | \ Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-03-09
|\ \ \ | | |/ | |/|
| * | Merge pull request #9977 from ctiller/fssplitGravatar Craig Tiller2017-03-08
| |\ \ | | | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
| | | * Pollset benchmarkGravatar Craig Tiller2017-03-03
| | |/
| | * BugfixesGravatar Craig Tiller2017-03-03
| | |
| | * Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
| |/ |/|
| * Add a slice type that shares a refcount with a transport streamGravatar Craig Tiller2017-03-01
|/
* Add a benchmark for metadata primitivesGravatar Craig Tiller2017-02-16