DescriptionExpose synthetic delays through the GPU benchmarking extension
This patch makes it possible to use the GPU benchmarking extension to
configure synthetic delays. We add a new function with the following
signature:
chrome.gpuBenchmarking.configureSyntheticDelay(
name, target_duration, mode, callback)
where |name| is the delay point name, |target_duration| is the desired
delay point execution time, |mode| is one of "static", "oneshot" or
"alternating".
|callback| is invoked once all processes of the browser have
acknowledged the new delay setting.
BUG=307841
Patch Set 1 #
Total comments: 1
Patch Set 2 : Checkpoint: configure all delays atomically #Patch Set 3 : Spun off TracingController part to https://codereview.chromium.org/98953002/ #Patch Set 4 : Forward delays in RenderWidgetHostImpl properly. #
Messages
Total messages: 4 (0 generated)
|