Home | History | Annotate | Download | only in src

Lines Matching refs:ProfileTree

277 ProfileTree::ProfileTree()
288 ProfileTree::~ProfileTree() {
294 void ProfileTree::AddPathFromEnd(const Vector<CodeEntry*>& path) {
307 void ProfileTree::AddPathFromStart(const Vector<CodeEntry*>& path) {
372 void ProfileTree::FilteredClone(ProfileTree* src, int security_token_id) {
380 void ProfileTree::SetTickRatePerMs(double ticks_per_ms) {
405 void ProfileTree::TraverseDepthFirst(Callback* callback) {
441 void ProfileTree::CalculateTotalTicks() {
447 void ProfileTree::ShortPrint() {