createPresentationCCT(RuntimeMemoryCCTNode rootNode, int classId, boolean dontShowZeroLiveObjAllocPaths) Will create presentation CCT for call stacks for given root node.
Creates a presentation-time allocation stack traces CCT for given classId.
Parameters: classId - Class ID of the class whose allocation stack traces we request Parameters: dontShowZeroLiveObjAllocPaths - If true, allocation paths with zero live objects will not be included in CCT presentation-time CCT with allocation stack traces or null if none are available
Will create presentation CCT for call stacks for given root node.
Parameters: rootNode - The root node that contains allocation stack traces data Parameters: classId - Id of class whose allocations we are requesting Parameters: dontShowZeroLiveObjAllocPaths - if true, allocation paths with zero live objects will not be included a non-null instance of the root of presentation-time allocations CCT