Searched defs:mRefsOutstandingSquared (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp143 double mRefsOutstandingSquared; member in struct:nsTraceRefcntStats
254 stats->mRefsOutstandingSquared = 0;
265 mAllStats.mRefsOutstandingSquared += mNewStats.mRefsOutstandingSquared;
300 mNewStats.mRefsOutstandingSquared += cnt * cnt;
332 total->mAllStats.mRefsOutstandingSquared += mNewStats.mRefsOutstandingSquared + mAllStats.mRefsOutstandingSquared;
370 stats->mRefsOutstandingSquared,

Completed in 59 milliseconds