mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 1913624 - Remove expired telemetry histogram GPU_WAIT_TIME_MS, r=TravisLong.
Depends on D219471 Differential Revision: https://phabricator.services.mozilla.com/D219472
This commit is contained in:
parent
33f6b219fb
commit
cce2abc8ae
@ -9,7 +9,6 @@
|
||||
|
||||
#include <d3d11.h>
|
||||
#include <array>
|
||||
#include "mozilla/Telemetry.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
|
||||
namespace mozilla {
|
||||
@ -50,7 +49,6 @@ static inline bool WaitForFrameGPUQuery(ID3D11Device* aDevice,
|
||||
}
|
||||
Sleep(0);
|
||||
}
|
||||
Telemetry::AccumulateTimeDelta(Telemetry::GPU_WAIT_TIME_MS, start);
|
||||
return success;
|
||||
}
|
||||
|
||||
|
@ -14299,21 +14299,6 @@
|
||||
"n_buckets": 12,
|
||||
"description": "Percentages of times for phases in an expensive content paint relative to the time spent in the entire expensive paint. (\"dl\" = Display list, \"wrdl\" = WebRender display list, \"sb\" = Scene building, \"fb\" = Frame building)"
|
||||
},
|
||||
"GPU_WAIT_TIME_MS": {
|
||||
"record_in_processes": ["main", "gpu"],
|
||||
"products": ["firefox", "fennec"],
|
||||
"alert_emails": [
|
||||
"gfx-telemetry-alerts@mozilla.com",
|
||||
"jmuizelaar@mozilla.com"
|
||||
],
|
||||
"bug_numbers": [1524090, 1656130],
|
||||
"expires_in_version": "86",
|
||||
"releaseChannelCollection": "opt-out",
|
||||
"kind": "exponential",
|
||||
"high": 5000,
|
||||
"n_buckets": 50,
|
||||
"description": "The number of milliseconds we spend waiting for the GPU"
|
||||
},
|
||||
"TABCHILD_PAINT_TIME": {
|
||||
"record_in_processes": ["content"],
|
||||
"products": ["firefox", "fennec"],
|
||||
|
Loading…
Reference in New Issue
Block a user