Searched refs:stackIdCount_ (Results 1 – 2 of 2) sorted by relevance
147 stackIdCount_.reserve(collectStackCount); in Init()392 PutStackId(stackIdCount_, stackId); in ProcessStackBuffer()447 if (timeAndFrameList_.empty() && stackIdCount_.empty()) { in CollectStack()468 stack = printer->GetTreeStack(stackIdCount_, uniqueStackTable_); in CollectStack()471 stackIdCount_.clear(); in CollectStack()
128 std::vector<StackIdAndCount> stackIdCount_; variable