DescriptionSimplified GPU Tracer by removing parent base class.
Since the Tracer factory is implemented within gpu_tracer, it is simpler
to have the GPUTracer be a flat class rather than implementing
the noop behavior in a different object through inheritance. This CL
does not change any functionality but simply flattens GPUTracer and
combines the code for GPUTracerImpl and GPUTracerARBTimerQuery.
BUG= https://code.google.com/p/chromium/issues/detail?id=397294
TEST= trybots
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290710
Patch Set 1 #
Total comments: 8
Patch Set 2 : rebase #Patch Set 3 : Applied Victor's suggestions #Patch Set 4 : Fixed chromium style warning #Patch Set 5 : Fixed paren mismatch #
Total comments: 2
Patch Set 6 : Added explicit to GPUTracer #Patch Set 7 : Re-enabled gpu.service to use gl queries #
Messages
Total messages: 12 (0 generated)
|