summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/gecko_profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/gecko_profile.py')
-rw-r--r--testing/talos/talos/gecko_profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/gecko_profile.py b/testing/talos/talos/gecko_profile.py
index f7bbbaf597..0707aff6ca 100644
--- a/testing/talos/talos/gecko_profile.py
+++ b/testing/talos/talos/gecko_profile.py
@@ -42,7 +42,7 @@ class GeckoProfile(object):
"gecko_profile_entries", int(128 * 1024 * 1024 / 8)
)
gecko_profile_features = test_config.get(
- "gecko_profile_features", "js,stackwalk,cpu,screenshots"
+ "gecko_profile_features", "js,stackwalk,cpu,screenshots,memory"
)
gecko_profile_threads = test_config.get(
"gecko_profile_threads", "GeckoMain,Compositor,Renderer"