Ignore:
Timestamp:
Nov 29, 2008, 11:09:50 PM (16 years ago)
Author:
Antti Koivisto
Message:

JavaScriptCore:

2008-11-29 Antti Koivisto <Antti Koivisto>

Reviewed by Dan Bernstein.


https://bugs.webkit.org/show_bug.cgi?id=22557
Add statistics for JavaScript GC heap.

  • JavaScriptCore.exp:
  • runtime/Collector.cpp: (JSC::Heap::objectCount): (JSC::addToStatistics): (JSC::Heap::statistics):
  • runtime/Collector.h:

WebKit/mac:

2008-11-29 Antti Koivisto <Antti Koivisto>

Reviewed by Dan Bernstein.

https://bugs.webkit.org/show_bug.cgi?id=22557
Add statistics for JavaScript GC heap.

  • Misc/WebCoreStatistics.mm: (+[WebCoreStatistics javaScriptObjectsCount]): (+[WebCoreStatistics memoryStatistics]):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r38844 r38849  
    170170__ZN3JSC4Heap26protectedGlobalObjectCountEv
    171171__ZN3JSC4Heap4heapEPNS_7JSValueE
    172 __ZN3JSC4Heap4sizeEv
    173172__ZN3JSC4Heap6isBusyEv
    174173__ZN3JSC4Heap7collectEv
     
    177176__ZN3JSC4Heap8allocateEm
    178177__ZN3JSC4Heap9unprotectEPNS_7JSValueE
     178__ZN3JSC4Heap11objectCountEv
     179__ZNK3JSC4Heap10statisticsEv
    179180__ZN3JSC4callEPNS_9ExecStateEPNS_7JSValueENS_8CallTypeERKNS_8CallDataES3_RKNS_7ArgListE
    180181__ZN3JSC5equalEPKNS_7UString3RepES3_
Note: See TracChangeset for help on using the changeset viewer.