зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1646266 - ProfileBufferEntryKind::Marker - r=gregtatum
A new entry kind is needed to serialize the new markers, because they are not encoded the same way. Differential Revision: https://phabricator.services.mozilla.com/D87253
This commit is contained in:
Родитель
2c20225e23
Коммит
f304c42c99
|
@ -73,6 +73,9 @@ enum class ProfileBufferEntryKind : ProfileBufferEntryKindUnderlyingType {
|
|||
// Marker data, including payload.
|
||||
MarkerData = LEGACY_LIMIT,
|
||||
|
||||
// Markers from 2.0 specs.
|
||||
Marker,
|
||||
|
||||
// Optional between TimeBeforeCompactStack and CompactStack.
|
||||
UnresponsiveDurationMs,
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче