Commit 27aec29
Revert "[Memory] Unobserved isolates on panel hide"
This reverts commit 6d92651.
Reason for revert: Breaks the memory panel: Switching back and forth between the memory panel and every other panel will accumulate isolates in the list view.
Original change's description:
> [Memory] Unobserved isolates on panel hide
>
> This stops the `Runtime.getHeapUsage` getting called in the
> background.
> Mostly done to make it easier to debug DevTools on DevTools.
> But should be a small performance win as well.
>
> Bug: none
> Change-Id: Ief3e699436e61d3aa6917e5205c33e8f221c9d30
> Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7213820
> Auto-Submit: Nikolay Vitkov <nvitkov@chromium.org>
> Reviewed-by: Danil Somsikov <dsv@chromium.org>
> Commit-Queue: Nikolay Vitkov <nvitkov@chromium.org>
Bug: none
Change-Id: If2614db8d9254452b02f3b3b5ca57d9c34f2b6ac
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7513267
Commit-Queue: Alex Rudenko <alexrudenko@chromium.org>
Auto-Submit: Simon Zünd <szuend@chromium.org>
Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>1 parent 1289b42 commit 27aec29
File tree
2 files changed
+1
-9
lines changed- front_end
- core/sdk
- panels/profiler
2 files changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 52 | | |
60 | 53 | | |
61 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
0 commit comments