gecko-dev/devtools/shared/heapsnapshot
Nick Fitzgerald 1523a17aa1 Bug 1226440 - Expose a method to get a node's immediate dominator; r=bz,sfink
This commit adds the `getImmediateDominator` method to `DominatorTree` which
returns the id of the immediate dominator of the node associated with the given
id. This enables walking the dominator tree from leaves up parents all the way
to the root of the tree.
2015-11-30 17:38:06 -08:00
..
tests Bug 1226440 - Expose a method to get a node's immediate dominator; r=bz,sfink 2015-11-30 17:38:06 -08:00
.gitattributes Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb 2015-09-30 16:03:31 -07:00
AutoMemMap.cpp
AutoMemMap.h Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb 2015-09-30 16:03:31 -07:00
CensusUtils.js Bug 960780 - Add support for diffing heap snapshots to the memory tool frontend; r=jsantell,ntim 2015-11-13 11:20:45 -08:00
CoreDump.pb.cc Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
CoreDump.pb.h Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
CoreDump.proto Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
DeserializedNode.cpp Bug 1149245 - Make DeserializedEdgeRange re-use its referents edge vector; r=vporof 2015-11-04 12:21:00 +01:00
DeserializedNode.h Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
DominatorTree.cpp Bug 1226440 - Expose a method to get a node's immediate dominator; r=bz,sfink 2015-11-30 17:38:06 -08:00
DominatorTree.h Bug 1226440 - Expose a method to get a node's immediate dominator; r=bz,sfink 2015-11-30 17:38:06 -08:00
FileDescriptorOutputStream.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
FileDescriptorOutputStream.h Bug 1201597 - Part 1: Implement an nsIOutputStream for ipc::FileDescriptor; r=mrbkap 2015-09-22 12:09:42 -07:00
HeapAnalysesClient.js Bug 960780 - Add support for diffing heap snapshots to the memory tool frontend; r=jsantell,ntim 2015-11-13 11:20:45 -08:00
HeapAnalysesWorker.js Bug 960780 - Add support for diffing heap snapshots to the memory tool frontend; r=jsantell,ntim 2015-11-13 11:20:45 -08:00
HeapSnapshot.cpp Bug 1226217 - Use less verbose cycle collection macros for mozilla::devtools::HeapSnapshot; r=bz 2015-11-19 07:45:00 +01:00
HeapSnapshot.h Bug 1226176 - Compute retained sizes in dominator trees and expose them to JavaScript; r=bz,sfink 2015-11-20 09:08:15 -08:00
HeapSnapshotFileUtils.js
HeapSnapshotTempFileHelperChild.h Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to 2015-09-22 12:09:42 -07:00
HeapSnapshotTempFileHelperParent.cpp Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to 2015-09-22 12:09:42 -07:00
HeapSnapshotTempFileHelperParent.h Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to 2015-09-22 12:09:42 -07:00
PHeapSnapshotTempFileHelper.ipdl Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to 2015-09-22 12:09:42 -07:00
ZeroCopyNSIOutputStream.cpp Bug 1226225 - Allow backups of size zero in ZeroCopyNSIOutputStream::BackUp; r=jimb 2015-11-20 11:36:10 -08:00
ZeroCopyNSIOutputStream.h
census-tree-node.js Bug 960780 - Add support for diffing heap snapshots to the memory tool frontend; r=jsantell,ntim 2015-11-13 11:20:45 -08:00
generate-core-dump-sources.sh Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
moz.build Bug 1225588 - Expose DominatorTree to JavaScript; r=sfink,bz 2015-11-18 14:12:23 -08:00