Bug 1698515 - Remove spaces from PerfStats metric names r=barret

Removing spaces from PerfStat metric names because they break the perfherder/perftest tokenization.

Differential Revision: https://phabricator.services.mozilla.com/D109364
This commit is contained in:
Andrew Creskey 2021-03-23 12:09:55 +00:00
parent 2011071bb9
commit 8fc0c422ec

View File

@ -20,10 +20,10 @@ using namespace mozilla::gfx;
namespace mozilla {
static const char* const sMetricNames[] = {"DisplayList Building",
static const char* const sMetricNames[] = {"DisplayListBuilding",
"Rasterizing",
"LayerBuilding",
"Layer Transactions",
"LayerTransactions",
"Compositing",
"Reflowing",
"Styling",