aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
Commit message (Expand)AuthorAge
* Avoid the thread jump in server callback APIs.Gravatar Guantao Liu2019-01-07
* Add the missing definition of shutdown_background_closure to bm_cq_multiple_t...Gravatar Guantao Liu2018-11-20
* Add comment to address reviewer commentGravatar Vijay Pai2018-08-13
* Add proper synchronization so that stats are setup and destroyed cleanlyGravatar Vijay Pai2018-08-10
* Some cleanupGravatar Vijay Pai2018-08-10
* Infrastructure for adding custom polling enginesGravatar Vijay Pai2018-08-09
* Support microbenchmarks internallyGravatar ncteisen2018-04-25
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
* | 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
|/
* Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
* Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\
| * Fix compilation for C++Gravatar Craig Tiller2017-09-11
* | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\|
| * Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
| |\
* | \ Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\ \ \ | | |/ | |/|
| * | Change return type to boolGravatar yang-g2017-07-28
| * | Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| | * Add counters, fix raceGravatar Craig Tiller2017-07-20
| |/
* / Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
|/
* fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threadsGravatar Sree Kuchibhotla2017-07-14
* Add rich closure debug modeGravatar ncteisen2017-06-08
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Merge branch 'master' into cq_mpsc_basedGravatar Sree Kuchibhotla2017-05-11
|\
| * Update to new APIGravatar Craig Tiller2017-04-19
* | Functionality completeGravatar Sree Kuchibhotla2017-04-11
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-10
| |\
* | \ Merge branch 'bm_cq_asan' into cq_lockfreeGravatar Sree Kuchibhotla2017-04-09
|\ \ \ | |/ / |/| / | |/
| * Fix asan and tsan bugs. Simplify the codeGravatar Sree Kuchibhotla2017-04-08
| * Fix asan bugGravatar Sree Kuchibhotla2017-04-07
* | change cq_create to cq_create_for_nextGravatar Sree Kuchibhotla2017-04-07
|/
* Print items/sec metric at the endGravatar Sree Kuchibhotla2017-04-06
* minor changeGravatar Sree Kuchibhotla2017-04-04
* use wallclockGravatar Sree Kuchibhotla2017-04-04
* Microbenchmark for measuring impact of multiple threads calling cq_nextGravatar Sree Kuchibhotla2017-04-04