Searched refs:statisticsNumbers (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DStatisticsData.cpp35 encoder << statisticsNumbers; local
43 if (!decoder.decode(statisticsData.statisticsNumbers))
H A DStatisticsData.h42 HashMap<String, uint64_t> statisticsNumbers; member in struct:WebKit::StatisticsData
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkProcess.cpp261 data.statisticsNumbers.set("HostsPendingCount", scheduler.hostsPendingCount());
262 data.statisticsNumbers.set("HostsActiveCount", scheduler.hostsActiveCount());
263 data.statisticsNumbers.set("LoadsPendingCount", scheduler.loadsPendingCount());
264 data.statisticsNumbers.set("LoadsActiveCount", scheduler.loadsActiveCount());
265 data.statisticsNumbers.set("DownloadsActiveCount", shared().downloadManager().activeDownloadCount());
266 data.statisticsNumbers.set("OutstandingAuthenticationChallengesCount", shared().authenticationManager().outstandingAuthenticationChallengeCount());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DStatisticsRequest.cpp79 addToDictionaryFromHashMap(m_responseDictionary.get(), data.statisticsNumbers);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp911 data.statisticsNumbers.set(ASCIILiteral("JavaScriptObjectsCount"), JSDOMWindow::commonVM().heap.objectCount());
912 data.statisticsNumbers.set(ASCIILiteral("JavaScriptGlobalObjectsCount"), JSDOMWindow::commonVM().heap.globalObjectCount());
913 data.statisticsNumbers.set(ASCIILiteral("JavaScriptProtectedObjectsCount"), JSDOMWindow::commonVM().heap.protectedObjectCount());
914 data.statisticsNumbers.set(ASCIILiteral("JavaScriptProtectedGlobalObjectsCount"), JSDOMWindow::commonVM().heap.protectedGlobalObjectCount());
923 data.statisticsNumbers.set(ASCIILiteral("JavaScriptHeapSize"), javaScriptHeapSize);
924 data.statisticsNumbers.set(ASCIILiteral("JavaScriptFreeSize"), JSDOMWindow::commonVM().heap.capacity() - javaScriptHeapSize);
928 data.statisticsNumbers.set(ASCIILiteral("FastMallocReservedVMBytes"), fastMallocStatistics.reservedVMBytes);
929 data.statisticsNumbers.set(ASCIILiteral("FastMallocCommittedVMBytes"), fastMallocStatistics.committedVMBytes);
930 data.statisticsNumbers.set(ASCIILiteral("FastMallocFreeListBytes"), fastMallocStatistics.freeListBytes);
933 data.statisticsNumbers
[all...]

Completed in 137 milliseconds