Unverified Commit de27d713 authored by Yegor's avatar Yegor Committed by GitHub

disable the "gpu" tracing category (#54122)

parent 98e43bc6
......@@ -171,8 +171,9 @@ class Chrome {
// to find frames that the benchmark cares to measure.
// gpu:
// provides tracing data from the GPU data
// disabled due to https://bugs.chromium.org/p/chromium/issues/detail?id=1068259
// TODO(yjbanov): extract useful GPU data
'categories': 'blink,blink.user_timing,gpu',
'categories': 'blink,blink.user_timing',
'transferMode': 'SendAsStream',
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment