summaryrefslogtreecommitdiff
path: root/libs/binder/tests/binderThroughputTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* binderThroughputTest: skip benchmark loop for serversCarlos Llamas2024-01-101-19/+21
* binderThroughputTest: gather servers right awayCarlos Llamas2024-01-101-1/+11
* binderThroughputTest: compute percentiles exactlyAlice Ryhl2024-01-091-84/+94
* binderThroughputTest: fail when flag is missing argumentAlice Ryhl2024-01-091-0/+16
* binderThroughputTest: only parse user latency onceCarlos Llamas2024-01-051-5/+6
* binderThroughputTest: training option shouldn't have a payloadCarlos Llamas2024-01-051-1/+1
* binderThroughputTest: match argv parsing with early continueCarlos Llamas2024-01-051-0/+4
* binderThroughputTest: replace getService with waitForServiceCarlos Llamas2024-01-051-4/+1
* binderThroughputTest: drop useless arguments readCarlos Llamas2024-01-051-2/+0
* Fix or silence binder build warnings on clangTomasz Wasilczyk2023-10-121-0/+3
* Fix unqualified-std-cast-call compiler warningYi Kong2022-08-031-3/+4
* Fix out-of-bounds write past end of buckets on long transactionsStephen Crane2020-04-171-1/+1
* Merge pi-dev-plus-aosp-without-vendor into stage-aosp-masterXin Li2018-06-081-1/+2
|\
| * Fix off-by-one error with binderThroughputTest -sTodd Kjos2017-10-031-1/+1
| * Fix binderThroughputTest -m optionTodd Kjos2017-10-031-0/+1
| * Fix percentile calculationsSherry Yang2017-06-271-51/+109
| * Add options to specify payload size and use client/server pairsTodd Kjos2016-11-221-7/+32
* | [binder] Replace NULL/0 with nullptrYi Kong2018-06-071-1/+1
* | Fix percentile calculationsSherry Yang2017-08-091-51/+109
* | Add options to specify payload size and use client/server pairsTodd Kjos2017-08-091-7/+32
|/
* binder: Add a throughput performance test for binder.Riley Andrews2015-08-171-0/+317