Home | History | Annotate | Download | only in tools

Lines Matching full:profile

30  * Creates a Profile View builder object.
41 * Builds a profile view for the specified call tree.
76 * Factory method for a profile view.
79 * @return {ProfileView} Profile view.
87 * Factory method for a profile view node.
92 * profile they can be either callees or callers.)
95 * @param {ProfileView.Node} head Profile view head.
96 * @return {ProfileView.Node} Profile view node.
106 * Creates a Profile View object. It allows to perform sorting
107 * and filtering actions on the profile.
118 * Sorts the profile view using the specified sort function.
132 * Traverses profile view nodes in preorder.
148 * Constructs a Profile View node object. Each node object corresponds to
154 * profile they can be either callees or callers.)
157 * @param {ProfileView.Node} head Profile view head.