Commit b80245fd authored by jbauman's avatar jbauman Committed by Commit bot

Fix name of GPU.GPUProcessSoftwareRendering histogram.

The histograms.xml file has the correct name, but apparently the source
code has always been reporting under an incorrect name.

BUG=643538

Review-Url: https://codereview.chromium.org/2302193003
Cr-Commit-Position: refs/heads/master@{#416378}
parent 43caef2f
......@@ -1032,7 +1032,7 @@ bool GpuProcessHost::LaunchGpuProcess(gpu::GpuPreferences* gpu_preferences) {
return false;
}
UMA_HISTOGRAM_BOOLEAN("GPU.GPU.GPUProcessSoftwareRendering",
UMA_HISTOGRAM_BOOLEAN("GPU.GPUProcessSoftwareRendering",
swiftshader_rendering_);
// If specified, prepend a launcher program to the command line.
......
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