From 1bc4704fd77eb3ddf251ea020a3dfa79e5dbcefd Mon Sep 17 00:00:00 2001 From: Lucas Paulger Date: Sat, 14 Jul 2018 12:06:13 +0300 Subject: [PATCH] chrome has deprecated the timeline tab https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/timeline-tool --- exercises/garbage-collection/problem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/garbage-collection/problem.md b/exercises/garbage-collection/problem.md index 384872b..61c150f 100644 --- a/exercises/garbage-collection/problem.md +++ b/exercises/garbage-collection/problem.md @@ -49,8 +49,8 @@ Garbage Collection events. Follow these steps to get a feel for what happens when Chrome performs its Mark & Sweep algorithm: 1) Fire up a new tab in Chrome -2) Open the DevTools > Timeline tab -3) Ensure the settings are like so: `http://i.imgur.com/RMovIw4.png` +2) Open the DevTools > Performance tab +3) Ensure the settings are like so: `https://i.imgur.com/xjCzgLT.png` a) Frames View is unselected (allows seeing memory graphs) b) Flame Chart View is selected (allows seeing where execution time is spent) c) Only "Memory" is selected from the options