| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 284f033 commit bb77e6e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -794,6 +794,7 @@ class Http2Session : public AsyncWrap, | |||
| 794 | 794 | tracker->TrackFieldWithSize("outgoing_storage", outgoing_storage_.size()); | |
| 795 | 795 | tracker->TrackFieldWithSize("pending_rst_streams", | |
| 796 | 796 | pending_rst_streams_.size() * sizeof(int32_t)); | |
| 797 | + tracker->TrackFieldWithSize("nghttp2_memory", current_nghttp2_memory_); | ||
| 797 | 798 | } | |
| 798 | 799 | ||
| 799 | 800 | SET_MEMORY_INFO_NAME(Http2Session) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,6 +69,7 @@ server.listen(0, () => { | |||
| 69 | 69 | { | |
| 70 | 70 | children: [ | |
| 71 | 71 | { node_name: 'Http2Session', edge_name: 'wrapped' }, | |
| 72 | + { node_name: 'Node / nghttp2_memory', edge_name: 'nghttp2_memory' }, | ||
| 72 | 73 | { | |
| 73 | 74 | node_name: 'Node / streams', edge_name: 'streams' | |
| 74 | 75 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments