Craig Tiller
e1b61766fc
[latency] New latency visualization tool ( #36964 )
...
Adds a build config - latent_see - that configures a module and some macros to allow recording of latency information through the stack and across threads. One can then use tools that understand the chromium event trace format (eg `ui.perfetto.dev`) to visualize the traces.

Closes #36964
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36964 from ctiller:latent-see 2c109f9575
PiperOrigin-RevId: 647455107
9 months ago
Eugene Ostroukhov
352c33986e
[doc] Add address proxy documentation. ( #34750 )
1 year ago
AJ Heller
2c81c5619e
[deps] Remove libuv dependency ( #33748 )
2 years ago
Yash Tibrewal
d42de64831
[HTTP Proxy] Add user guide on how Core performs HTTP proxy determination ( #32789 )
...
Forked from https://github.com/grpc/proposal/pull/349
2 years ago
Esun Kim
309d83832c
Removed error.md ( #30338 )
3 years ago
Craig Tiller
766cd6b573
Remove epollex poller ( #29160 )
...
* start delete
* remove build.gn... again
* remove more
* Automated change: Fix sanity tests
* fixes
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Craig Tiller
5fc3ff8203
grpc_millis -> Timestamp/Duration ( #28119 )
...
* wip
* Automated change: Fix sanity tests
* fixes
* progress
* progress
* grpc compiles
* Automated change: Fix sanity tests
* fixing tests
* x
* progress
* better code
* Automated change: Fix sanity tests
* progress
* progress
* windows fix
* Make Duration metadata trivial
* better message
* fix
* Automated change: Fix sanity tests
* fix
* fix
* fix
* fix
* Automated change: Fix sanity tests
* Automated change: Fix sanity tests
* fix
* progress
* fixes
* fix
* fix
* spam
* un-disable errantly disabled tests
* gain insight
* Automated change: Fix sanity tests
* fixes
* fixes
* fix
* debug
* tweak
* fix
* fix timeout
* fix comment
* fixes
* x
* better test
* tests
* Automated change: Fix sanity tests
* missed file
* fix
* x
* fix
* fix
* fix
* fix
* Automated change: Fix sanity tests
* fix
* merge
* Automated change: Fix sanity tests
* fix
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Craig Tiller
59da7bc42a
Eliminate grpc_core::Atomic ( #27025 )
...
* Eliminate grpc_core::Atomic
* Automated change: Fix sanity tests
* Automated change: Fix sanity tests
* initialize things
* fix include order
* fix
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
Co-authored-by: Mark D. Roth <roth@google.com>
4 years ago
Esun Kim
ca945a58e9
Introduced grpc_error_handle ( #25902 )
...
- Define grpc_error_handle
- Replace grpc_error* with grpc_error_handle
4 years ago
AJ Heller
5058c519e8
Update the grpc_error documentation to reflect ExecCtx changes from 2019 ( #25883 )
4 years ago
Yash Tibrewal
b555343dd3
Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS""
5 years ago
Yash Tibrewal
a9fd34a81d
Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"
5 years ago
Yash Tibrewal
e0c4475db0
Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS and make it non-effective
5 years ago
Yushiro FURUKAWA
61360c754b
Remove trailing-spaces from doc/*
5 years ago
Esun Kim
467f96651b
Update by review
5 years ago
Esun Kim
8fa5fcf778
Update C++ doc
5 years ago
Zhiliang Xu
4030b49f71
Fix a typo in transport_explainer.md
...
Fix a typo in transport_explainer.md
6 years ago
Joey
7fd8c40d2b
Docs: Correct the text format
...
Some minor changes that improve the docs upon markdown format.
6 years ago
Esun Kim
019b82ca34
Add note about thread_local
6 years ago
Esun Kim
69a91b82e1
Update C++ doc
6 years ago
Juanli Shen
a2eb267ccb
Clarify std:: usage
6 years ago
SataQiu
c99ac03b11
fix some spell errors
6 years ago
Nicolas Noble
7dbe321d76
Update pending_api_cleanups.md
6 years ago
Yash Tibrewal
abcd5861eb
Nuking the poll-cv polling engine
6 years ago
Nicolas Noble
fc56889a5c
Removing the change about headers, since it's the wrong file.
6 years ago
Nicolas Noble
0a36746ebe
Changing + to plus.
6 years ago
Nicolas Noble
e0059af33b
Adding a few potential breaking changes
6 years ago
Nguyen Hai Truong
5c52622fa6
Trivial fix many typos
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Vu Cong Tuan
69fab8eacb
Fix many typos in doc
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
6 years ago
Mark D. Roth
7b48518f65
Move core docs to core subdir.
7 years ago
Sree Kuchibhotla
635e0bd1e5
fix typo
7 years ago
Sree Kuchibhotla
c1f880d9fe
Minor change
7 years ago
Sree Kuchibhotla
a74492e8a4
Polling engine usage in client server
7 years ago
Sree Kuchibhotla
31d3134d5b
Cq documentation
7 years ago
Sree Kuchibhotla
3c2c28e3fc
Moved to under core
7 years ago
Chris Lamb
fba18d8551
Fix a number of spelling errors.
7 years ago
Vijay Pai
d4e296b36b
Transport explainer
8 years ago
Vijay Pai
d137066be8
Add some details
8 years ago
Vijay Pai
cd42eb0a8e
Doc with plans for converting core to C++
8 years ago
ncteisen
969b46ef73
Add rich closure debug mode
8 years ago
ncteisen
274bbbe6a0
Add rich closure debug mode
8 years ago
ncteisen
031cfeb954
Line breaks and doc reffing
8 years ago
ncteisen
0d11361820
Add error ownership doc
8 years ago
Mark D. Roth
fb927409d3
Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet.
9 years ago
Mark D. Roth
b1c2bbf497
Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file.
9 years ago
Mark D. Roth
62cfbea908
Update pending API cleanups doc.
9 years ago
Mark D. Roth
6665c4076b
Add missing entry.
9 years ago
Mark D. Roth
311e7badb8
s/minor/major/ in API cleanups doc.
9 years ago
Mark D. Roth
6751ac6ffe
Add doc listing API changes to clean up for the next minor-version release.
9 years ago