Description[Telemetry] Fix histogram naming.
trace_tags should show up on the trace names but not the chart names. Previously
we'd output:
HISTOGRAM V8.MemoryHeapSampleTotalUsed_foo: V8.MemoryHeapSampleTotalUsed_foo=
Now we output:
HISTOGRAM V8.MemoryHeapSampleTotalUsed: V8.MemoryHeapSampleTotalUsed_foo=
This prevents an explosion of charts as seen on:
http://build.chromium.org/f/chromium/perf/linux-release/moz/report.html?history=150&rev=-1&graph=V8.MemoryExternalFragmentationTotal_extcs1_0.5
BUG=196411
TEST=tools/perf/run_multipage_benchmarks --browser=system page_cycler tools/perf/page_sets/page_cycler/moz.json --output-trace-tag=_foo
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189022
Patch Set 1 #Patch Set 2 : Rebase #
Messages
Total messages: 6 (0 generated)
|