Class HSPrefixTree¶
Defined in File HSPrefixTree.h
Class Documentation¶
-
class HSPrefixTree¶
Public Functions
-
HSPrefixTree(int k, const HSPartitionFlow *pFlow, const HSTimingLocalData *oneLocal)¶
-
~HSPrefixTree()¶
-
void initHeap()¶
-
void reBuildHeap()¶
-
void extractTopkPaths()¶
-
void printTopkPaths()¶
-
long long getNodeId()¶
-
vector<HSStaBase::timingpath> &getTopkPaths()¶
Private Members
-
const int k¶
-
vector<HSStaBase::timingpath> topkPaths¶
-
map<long long, int> id2index¶
-
const HSPartitionFlow *pFlow¶
-
const vector<HSTimingEdge*> &m_timingEdgeAll¶
-
const HSTimingLocalData *oneLocal¶
-
long long nodeCount = 0¶
-
int numReserve¶
-
HSPrefixTree(int k, const HSPartitionFlow *pFlow, const HSTimingLocalData *oneLocal)¶