HomeSort by relevance Sort by last modified time
    Searched refs:setSelfTime (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/profiler/
ProfileGenerator.cpp 130 idleNode->setSelfTime(headSelfTime);
133 m_head->setSelfTime(0.0);
149 currentNode->parent()->setSelfTime(currentNode->parent()->selfTime() + currentNode->totalTime());
164 currentNode->parent()->setSelfTime(currentNode->parent()->selfTime() + currentNode->totalTime());
ProfileNode.h 86 void setSelfTime(double time) {m_actualSelfTime = time; m_visibleSelfTime = time; }

Completed in 683 milliseconds