Searched refs:_ppi (Results 1 – 2 of 2) sorted by relevance
115 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {} in ProfilePath()119 double(_ppi->_functionPathCounts[_ppi->_currentFunction]); in getFrequency()139 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); in getPathEdges()143 while (currentNode != _ppi->_currentDag->getExit()) { in getPathEdges()150 next->getTarget() != _ppi->_currentDag->getExit() ) in getPathEdges()157 next->getTarget() == _ppi->_currentDag->getExit() ) in getPathEdges()164 next->getSource() == _ppi->_currentDag->getRoot() ) in getPathEdges()178 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); in getPathBlocks()182 while (currentNode != _ppi->_currentDag->getExit()) { in getPathBlocks()190 else if( next->getTarget() == _ppi->_currentDag->getExit() ) { in getPathBlocks()[all …]
76 PathProfileInfo* _ppi; variable