зеркало из https://github.com/mozilla/gecko-dev.git
bug 1252687 - make the ctor for CycleCollectorStats constexpr r=mccr8
This commit is contained in:
Родитель
e45a8375fb
Коммит
9dff1fcf58
|
@ -1437,6 +1437,11 @@ TimeUntilNow(TimeStamp start)
|
|||
|
||||
struct CycleCollectorStats
|
||||
{
|
||||
MOZ_CONSTEXPR CycleCollectorStats() :
|
||||
mMaxGCDuration(0), mRanSyncForgetSkippable(false), mSuspected(0),
|
||||
mMaxSkippableDuration(0), mMaxSliceTime(0), mMaxSliceTimeSinceClear(0),
|
||||
mTotalSliceTime(0), mAnyLockedOut(false), mExtraForgetSkippableCalls(0) {}
|
||||
|
||||
void Init()
|
||||
{
|
||||
Clear();
|
||||
|
|
Загрузка…
Ссылка в новой задаче