Home
last modified time | relevance | path

Searched refs:mPerformanceCounter (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocGroup.cpp49 : mPerformanceCounter(aPerformanceCounter), in LabellingEventTarget()
60 const RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; member in __anon8f4494a10111::LabellingEventTarget
82 mozilla::TaskCategory::Other, std::move(aRunnable), mPerformanceCounter); in Dispatch()
214 mPerformanceCounter = new mozilla::PerformanceCounter("DocGroup:"_ns + aKey); in DocGroup()
228 MOZ_ASSERT(mPerformanceCounter); in ReportPerformanceInfo()
273 duration = mPerformanceCounter->GetExecutionDuration(); in ReportPerformanceInfo()
279 count = mPerformanceCounter->GetDispatchCount(DispatchCategory(category)); in ReportPerformanceInfo()
290 mPerformanceCounter->GetID(), false, isTopLevel, in ReportPerformanceInfo()
306 self->mPerformanceCounter->GetID(), false, in ReportPerformanceInfo()
321 if (mPerformanceCounter) { in Dispatch()
[all …]
H A DDocGroup.h61 PerformanceCounter* GetPerformanceCounter() { return mPerformanceCounter; } in GetPerformanceCounter()
141 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocGroup.cpp49 : mPerformanceCounter(aPerformanceCounter), in LabellingEventTarget()
60 const RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; member in __anon0c39d92c0111::LabellingEventTarget
82 mozilla::TaskCategory::Other, std::move(aRunnable), mPerformanceCounter); in Dispatch()
214 mPerformanceCounter = new mozilla::PerformanceCounter("DocGroup:"_ns + aKey); in DocGroup()
228 MOZ_ASSERT(mPerformanceCounter); in ReportPerformanceInfo()
273 duration = mPerformanceCounter->GetExecutionDuration(); in ReportPerformanceInfo()
279 count = mPerformanceCounter->GetDispatchCount(DispatchCategory(category)); in ReportPerformanceInfo()
290 mPerformanceCounter->GetID(), false, isTopLevel, in ReportPerformanceInfo()
306 self->mPerformanceCounter->GetID(), false, in ReportPerformanceInfo()
321 if (mPerformanceCounter) { in Dispatch()
[all …]
H A DDocGroup.h61 PerformanceCounter* GetPerformanceCounter() { return mPerformanceCounter; } in GetPerformanceCounter()
141 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocGroup.cpp49 : mPerformanceCounter(aPerformanceCounter), in LabellingEventTarget()
60 const RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; member in __anon9a8d98780111::LabellingEventTarget
82 mozilla::TaskCategory::Other, std::move(aRunnable), mPerformanceCounter); in Dispatch()
214 mPerformanceCounter = new mozilla::PerformanceCounter("DocGroup:"_ns + aKey); in DocGroup()
228 MOZ_ASSERT(mPerformanceCounter); in ReportPerformanceInfo()
273 duration = mPerformanceCounter->GetExecutionDuration(); in ReportPerformanceInfo()
279 count = mPerformanceCounter->GetDispatchCount(DispatchCategory(category)); in ReportPerformanceInfo()
290 mPerformanceCounter->GetID(), false, isTopLevel, in ReportPerformanceInfo()
306 self->mPerformanceCounter->GetID(), false, in ReportPerformanceInfo()
321 if (mPerformanceCounter) { in Dispatch()
[all …]
H A DDocGroup.h61 PerformanceCounter* GetPerformanceCounter() { return mPerformanceCounter; } in GetPerformanceCounter()
141 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocGroup.cpp156 mPerformanceCounter = in DocGroup()
179 MOZ_ASSERT(mPerformanceCounter); in ReportPerformanceInfo()
222 duration = mPerformanceCounter->GetExecutionDuration(); in ReportPerformanceInfo()
228 count = mPerformanceCounter->GetDispatchCount(DispatchCategory(category)); in ReportPerformanceInfo()
239 mPerformanceCounter->GetID(), false, isTopLevel, in ReportPerformanceInfo()
255 self->mPerformanceCounter->GetID(), false, in ReportPerformanceInfo()
268 if (mPerformanceCounter) { in Dispatch()
269 mPerformanceCounter->IncrementDispatchCounter(DispatchCategory(aCategory)); in Dispatch()
H A DDocGroup.h57 PerformanceCounter* GetPerformanceCounter() { return mPerformanceCounter; } in GetPerformanceCounter()
144 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DSchedulerGroup.cpp115 mPerformanceCounter(aPerformanceCounter) {} in Runnable()
119 return mPerformanceCounter; in GetPerformanceCounter()
H A DSchedulerGroup.h67 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DSchedulerGroup.cpp111 mPerformanceCounter(aPerformanceCounter) {} in Runnable()
115 return mPerformanceCounter; in GetPerformanceCounter()
H A DSchedulerGroup.h67 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DSchedulerGroup.cpp115 mPerformanceCounter(aPerformanceCounter) {} in Runnable()
119 return mPerformanceCounter; in GetPerformanceCounter()
H A DSchedulerGroup.h67 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DWorkerPrivate.h507 return *mPerformanceCounter; in MutablePerformanceCounterRef()
1356 const RefPtr<mozilla::PerformanceCounter> mPerformanceCounter = variable
/dports/www/firefox/firefox-99.0/dom/workers/
H A DWorkerPrivate.h509 return *mPerformanceCounter; in MutablePerformanceCounterRef()
1416 const RefPtr<mozilla::PerformanceCounter> mPerformanceCounter = variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DWorkerPrivate.h507 return *mPerformanceCounter; in MutablePerformanceCounterRef()
1356 const RefPtr<mozilla::PerformanceCounter> mPerformanceCounter = variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DWorkerPrivate.h1305 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter; variable
H A DWorkerPrivate.cpp2179 mPerformanceCounter(nullptr), in WorkerPrivate()
5149 if (!mPerformanceCounter) { in EnsurePerformanceCounter()
5152 mPerformanceCounter = new PerformanceCounter(workerName); in EnsurePerformanceCounter()
5157 return mPerformanceCounter; in GetPerformanceCounter()