aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_call_create.cc
Commit message (Collapse)AuthorAge
* Remove subchannel argsGravatar Juanli Shen2019-01-08
|
* Revert "Make Microbenchmarks Test Targets"Gravatar Sheena Madan2018-12-05
|
* Fix ubsanGravatar ncteisen2018-11-30
|
* Modify remaining usecases in test/cppGravatar Yash Tibrewal2018-11-16
|
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
| | | | | | | Callers are updated to properly initialize the memory. This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY environment variable.
* Remove uneeded headerGravatar ncteisen2018-10-18
|
* Create interfaces and initial plumbing for interception APIGravatar Yash Tibrewal2018-09-26
|
* Add load reporting filterGravatar Juanli Shen2018-06-22
|
* Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
* Revert "Second attempt: move recv_trailing_metadata into its own callback, ↵Gravatar Mark D. Roth2018-06-13
| | | | don't use on_complete for recv_ops"
* Revert "Revert "move recv_trailing_metadata into its own callback, don't use ↵Gravatar Mark D. Roth2018-06-11
| | | | | | on_complete for recv_ops"" This reverts commit f3715134458cb14efd855d948f229dc2661b4028.
* Revert "move recv_trailing_metadata into its own callback, don't use ↵Gravatar Mark D. Roth2018-06-08
| | | | on_complete for recv_ops"
* Move recv_trailing_metadata into its own callback. Don't useGravatar Mark D. Roth2018-06-08
| | | | on_complete for recv_ops.
* 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 masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | 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.
* MergeGravatar Craig Tiller2017-09-08
|\
| * Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_pluginGravatar David Garcia Quintas2017-09-07
| |\
| * | s/load_reporting/server_load_reportingGravatar David Garcia Quintas2017-09-06
| | |
| | * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| | | | | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
| | * Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\ \ \ | | |/ | |/|
| * | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| |/
* / Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
|/
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* ubsan fix: dont deref past end of arrayGravatar Craig Tiller2017-05-10
|
* Merge github.com:grpc/grpc into count_nowGravatar Craig Tiller2017-04-21
|\
| * Build fixGravatar Craig Tiller2017-04-20
| |
| * Merge pull request #10622 from lyuxuan/cpp_overheadGravatar lyuxuan2017-04-20
| |\ | | | | | | profile cpp overhead for call create
| | * change to new completion queue apiGravatar Yuxuan Li2017-04-19
| | |
| * | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| |\ \
| | | * adding a benchmark for c core call create that do two separate batches.Gravatar Yuxuan Li2017-04-14
| | | |
| | * | Merge pull request #9972 from sreecha/cq_create_api_changesGravatar Sree Kuchibhotla2017-04-14
| | |\ \ | | | | | | | | | | Completion Queue creation API changes (C-Core and C++ only)
| | | | * use grpc_channel_create_registered_callGravatar Yuxuan Li2017-04-13
| | | | |
| | | | * profile cpp overhead for call createGravatar Yuxuan Li2017-04-12
| | | | |
| | | * | Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
| | | |\|