mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
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:
parent
2011071bb9
commit
8fc0c422ec
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user