forked from AlexxNica/source-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebInspector.AllocationProfile.html
More file actions
1 lines (1 loc) · 11.4 KB
/
WebInspector.AllocationProfile.html
File metadata and controls
1 lines (1 loc) · 11.4 KB
1
<!DOCTYPE html><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"><meta http-equiv="Content-Language" content="en"><meta http-equiv="X-UA-Compatible" content="IE=edge"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><title>AllocationProfile</title><link href="dossier.css" rel="stylesheet" type="text/css"><header><button class="dossier-menu"><i class="material-icons">menu</i></button><form><input type="search" placeholder="Search" tabindex="1"><i class="material-icons">search</i></form></header><div class="content"><main><article><section class="intro"><div class="parentlink"><b>Namespace:</b> <a href="WebInspector.html">WebInspector</a></div><div class="codelink"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l34">View Source</a></div><h1 class="title"><div>class AllocationProfile</div></h1><p>No description available.</p><h3 class="name"><div>new AllocationProfile(<wbr>arg0,<wbr> arg1)</div></h3><dt class="spec">Parameters</dt><dd><dl><dt class="named">arg0<code>?</code><dt class="named">arg1<code>?</code></dl></dd></section><section class="instance-methods"><h2>Instance Methods</h2><section class="property" id="_buildAllocationTree"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l78" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_buildAllocationTree(<wbr>profile,<wbr> liveObjectStats)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">profile<code>?</code><dt class="named">liveObjectStats<code>?</code></dl></dd></dl></section><section class="property" id="_buildFunctionAllocationInfos"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l52" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_buildFunctionAllocationInfos(<wbr>profile)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">profile<code>?</code></dl></dd></dl></section><section class="property" id="_ensureBottomUpNode"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l207" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_ensureBottomUpNode(<wbr>nodeId)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">nodeId<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="WebInspector.BottomUpAllocationNode.html">WebInspector.BottomUpAllocationNode</a></code></dl></dd></dl></section><section class="property" id="_serializeCaller"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l223" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_serializeCaller(<wbr>node)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">node<code>!<a href="WebInspector.BottomUpAllocationNode.html">WebInspector.BottomUpAllocationNode</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>WebInspector.HeapSnapshotCommon.SerializedAllocationNode</code></dl></dd></dl></section><section class="property" id="_serializeNode"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l247" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_serializeNode(<wbr>nodeId,<wbr> functionInfo,<wbr> count,<wbr> size,<wbr> liveCount,<wbr> liveSize,<wbr> hasChildren)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">nodeId<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code><dt class="named">functionInfo<code>!<a href="WebInspector.FunctionAllocationInfo.html">WebInspector.FunctionAllocationInfo</a></code><dt class="named">count<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code><dt class="named">size<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code><dt class="named">liveCount<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code><dt class="named">liveSize<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code><dt class="named">hasChildren<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>WebInspector.HeapSnapshotCommon.SerializedAllocationNode</code></dl></dd></dl></section><section class="property" id="serializeAllocationStack"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l176" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>serializeAllocationStack(<wbr>traceNodeId)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">traceNodeId<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><WebInspector.HeapSnapshotCommon.AllocationStackFrame></code></dl></dd></dl></section><section class="property" id="serializeCallers"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l155" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>serializeCallers(<wbr>nodeId)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">nodeId<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>WebInspector.HeapSnapshotCommon.AllocationNodeCallers</code></dl></dd></dl></section><section class="property" id="serializeTraceTops"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l123" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>serializeTraceTops()</div></h3><dl><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><WebInspector.HeapSnapshotCommon.SerializedAllocationNode></code></dl></dd></dl></section><section class="property" id="traceIds"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l198" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>traceIds(<wbr>allocationNodeId)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">allocationNodeId<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>></code></dl></dd></dl></section></section><section class="instance-properties"><h2>Instance Properties</h2><section class="property" id="_collapsedTopNodeIdToFunctionInfo"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l43" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_collapsedTopNodeIdToFunctionInfo</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></dd></dl></section><section class="property" id="_functionInfos"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l66" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_functionInfos</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></dd></dl></section><section class="property" id="_idToNode"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l41" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_idToNode</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></dd></dl></section><section class="property" id="_idToTopDownNode"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l42" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_idToTopDownNode</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></dd></dl></section><section class="property" id="_liveObjectStats"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l37" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_liveObjectStats</div></h3><dl><dt class="spec">Type<dd>?</dd></dl></section><section class="property" id="_nextNodeId"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l39" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_nextNodeId</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></dd></dl></section><section class="property" id="_strings"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l36" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_strings</div></h3><dl><dt class="spec">Type<dd>?</dd></dl></section><section class="property" id="_traceTops"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l127" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_traceTops</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></dd></dl></section><section class="property" id="_traceTree"><div class="code-link"><a href="source/front_end/heap_snapshot_worker/AllocationProfile.js.src.html#l48" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_traceTree</div></h3><dl><dt class="spec">Type<dd>?</dd></dl></section></section></article></main><footer><div><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></div></footer></div><nav class="dossier-nav"><section><a class="title" href="index.html" tabindex="2">Overview</a></section><section class="types"><div class="toggle"><div class="title"><span class="item" tabindex="2">Types</span><i class="material-icons">expand_more</i></div></div></section></nav><script src="types.js"></script><script src="dossier.js"></script>