Lines Matching refs:view
41 * Builds a profile view for the specified call tree.
45 * of self weights for a bottom up view is needed.
70 var view = this.createView(head);
71 return view;
76 * Factory method for a profile view.
79 * @return {ProfileView} Profile view.
87 * Factory method for a profile view node.
95 * @param {ProfileView.Node} head Profile view head.
96 * @return {ProfileView.Node} Profile view node.
118 * Sorts the profile view using the specified sort function.
132 * Traverses profile view nodes in preorder.
157 * @param {ProfileView.Node} head Profile view head.