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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-test.js

Issue 218393010: DevTools: Fix PostOrder calculation algorithm in heap snapshot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressing comments Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/profiler/heap-snapshot-test.js
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-test.js b/LayoutTests/inspector/profiler/heap-snapshot-test.js
index f4515d4f875b4b69f47cc9b1bc4c4a0c8db7dd2a..be706084dd285fab2f52749fa9dea53a9c7f74c2 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-test.js
+++ b/LayoutTests/inspector/profiler/heap-snapshot-test.js
@@ -60,11 +60,11 @@ InspectorTest.createHeapSnapshotMockRaw = function()
// A triple in parentheses indicates node index, self size and
// retained size.
//
- // --- A (14,2,2) --ac- C (40,4,10) -ce- E(57,6,6)
+ // --- A (7,2,2) --ac- C (21,4,10) -ce- E(35,6,6)
// / | /
- // "" (1,0,20) 1 --bc-----
+ // "" (0,0,20) 1 --bc-----
// \ v /
- // --- B (27,3,8) --bd- D (50,5,5)
+ // --- B (14,3,8) --bd- D (28,5,5)
//
return {
snapshot: {
« no previous file with comments | « LayoutTests/inspector/profiler/heap-snapshot-expected.txt ('k') | Source/devtools/front_end/HeapSnapshot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698