Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Issue 11054014: Add a test for checking objects reported by DevTools memory instrumentation not allocated by tcmall… (Closed)

Created:
8 years, 2 months ago by yurys
Modified:
8 years, 2 months ago
Reviewers:
dennis_jeffrey, alph, loislo
CC:
chromium-reviews, dennis_jeffrey, anantha, dyu1, Nirnimesh
Visibility:
Public.

Description

Add a test for checking objects reported by DevTools memory instrumentation not allocated by tcmalloc Added DevToolsInstrumentedObjectsCheck test that checks if all objects counted by DevTools memory instrumentation are actually allocated by tcmalloc. Ideally there shouldn't be other objects but at the moment about 3% of all reported objects are not allocated by tcmalloc. BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160344

Patch Set 1 #

Total comments: 18

Patch Set 2 : Comments addressed #

Total comments: 2

Patch Set 3 : Updated comments of new methods in class NativeMemorySnapshot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -80 lines) Patch
A chrome/test/functional/devtools_instrumented_objects_check.py View 1 1 chunk +76 lines, -0 lines 0 comments Download
M chrome/test/functional/devtools_native_memory_snapshot.py View 2 chunks +8 lines, -51 lines 0 comments Download
A + chrome/test/functional/devtools_test_base.py View 1 3 chunks +13 lines, -29 lines 0 comments Download
M chrome/test/pyautolib/remote_inspector_client.py View 1 2 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
yurys
8 years, 2 months ago (2012-10-03 15:40:40 UTC) #1
dennis_jeffrey
https://codereview.chromium.org/11054014/diff/1/chrome/test/functional/devtools_instrumented_objects_check.py File chrome/test/functional/devtools_instrumented_objects_check.py (right): https://codereview.chromium.org/11054014/diff/1/chrome/test/functional/devtools_instrumented_objects_check.py#newcode42 chrome/test/functional/devtools_instrumented_objects_check.py:42: # We are not going to use dumped profile ...
8 years, 2 months ago (2012-10-04 01:16:33 UTC) #2
yurys
https://codereview.chromium.org/11054014/diff/1/chrome/test/functional/devtools_instrumented_objects_check.py File chrome/test/functional/devtools_instrumented_objects_check.py (right): https://codereview.chromium.org/11054014/diff/1/chrome/test/functional/devtools_instrumented_objects_check.py#newcode42 chrome/test/functional/devtools_instrumented_objects_check.py:42: # We are not going to use dumped profile ...
8 years, 2 months ago (2012-10-04 15:07:47 UTC) #3
dennis_jeffrey
LGTM with an optional nit. https://codereview.chromium.org/11054014/diff/6001/chrome/test/pyautolib/remote_inspector_client.py File chrome/test/pyautolib/remote_inspector_client.py (right): https://codereview.chromium.org/11054014/diff/6001/chrome/test/pyautolib/remote_inspector_client.py#newcode738 chrome/test/pyautolib/remote_inspector_client.py:738: None if the number ...
8 years, 2 months ago (2012-10-04 22:02:57 UTC) #4
yurys
https://codereview.chromium.org/11054014/diff/6001/chrome/test/pyautolib/remote_inspector_client.py File chrome/test/pyautolib/remote_inspector_client.py (right): https://codereview.chromium.org/11054014/diff/6001/chrome/test/pyautolib/remote_inspector_client.py#newcode738 chrome/test/pyautolib/remote_inspector_client.py:738: None if the number is not available. On 2012/10/04 ...
8 years, 2 months ago (2012-10-05 07:34:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yurys@chromium.org/11054014/12001
8 years, 2 months ago (2012-10-05 07:37:55 UTC) #6
commit-bot: I haz the power
8 years, 2 months ago (2012-10-05 09:57:32 UTC) #7
Change committed as 160344

Powered by Google App Engine
This is Rietveld 408576698