aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/memory_usage
Commit message (Collapse)AuthorAge
* Memory usage tweaksGravatar Craig Tiller2017-03-23
| | | | | - Improve estimation to give a more reliable slop space in the arena - Improve measurement by issuing sufficient throw-away calls on a channel to allow call size estimation to settle
* Include build envGravatar Craig Tiller2017-03-03
|
* Generate CSV fileGravatar Craig Tiller2017-03-01
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
|\
| * Fix tests.Gravatar Mark D. Roth2017-01-25
| |
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
|\
| * Force client to wait for server to startGravatar Robbie Shade2017-01-17
| |
* | Port to new C Core APIGravatar Craig Tiller2017-01-17
|/
* memory usage profiling for client call, client channel, server creation, ↵Gravatar Yuxuan Li2017-01-13
server call and server channel. fix bug. server: snapshot pass by pointer