Searched refs:timeAndFrameList_ (Results 1 – 2 of 2) sorted by relevance
386 timeAndFrameList_.emplace_back(taf); in ProcessStackBuffer()447 if (timeAndFrameList_.empty() && stackIdCount_.empty()) { in CollectStack()466 stack = printer->GetFullStack(timeAndFrameList_); in CollectStack()470 timeAndFrameList_.clear(); in CollectStack()
127 std::vector<TimeAndFrames> timeAndFrameList_; variable