aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_cq.cc
Commit message (Collapse)AuthorAge
* Support microbenchmarks internallyGravatar ncteisen2018-04-25
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* 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
| |
| * clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
| * 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
|\|
| * Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-30
| |\
| | * Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
| | |
| * | 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.
* Change return type to boolGravatar yang-g2017-07-28
|
* Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix cq creation code after mergeGravatar Sree Kuchibhotla2017-03-30
|
* Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-30
|\
| * Merge pull request #10348 from sreecha/init-free-cqGravatar Sree Kuchibhotla2017-03-30
| |\ | | | | | | Do not call grpc_init() for per-call-completion-queues created by a C++ sync server
| | * Add a benchmarkGravatar Sree Kuchibhotla2017-03-29
| | |
* | | Update C++ codeGravatar Sree Kuchibhotla2017-03-22
| | |
| * | Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-03-09
| |\|
* | | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-03-08
|\ \ \ | | |/ | |/|
* | | Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| | |
| * | BugfixesGravatar Craig Tiller2017-03-03
| | |
| * | Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
| | |
* | | C++ code changes in response to grpc_completion_queue_create() API changeGravatar Sree Kuchibhotla2017-03-03
|/ /
| * Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-02-28
| |\ | |/ |/|
* | Add more cq benchmarksGravatar Craig Tiller2017-02-27
| |
| * Merge github.com:grpc/grpc into cpp_bazelnessGravatar Craig Tiller2017-02-24
|/
* Fix memory leakGravatar Craig Tiller2017-02-14
|
* Add microbenchmark of single-threaded CQ operationsGravatar Craig Tiller2017-02-14