We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098201d commit 127d6b6Copy full SHA for 127d6b6
1 file changed
modules/benchpress/src/firefox_extension/lib/main.ts
@@ -54,7 +54,7 @@ mod.PageMod({
54
contentScriptFile: data.url('installed_script.js'),
55
onAttach: worker => {
56
worker.port.on('startProfiler',
57
- (timeStarted) => profiler.start(/* = profiler memory */ 1000000, 1,
+ (timeStarted) => profiler.start(/* = profiler memory */ 1000000, 0.1,
58
['leaf', 'js', 'stackwalk', 'gc'], timeStarted));
59
worker.port.on('stopProfiler', () => profiler.stop());
60
worker.port.on('getProfile',
0 commit comments