Home
last modified time | relevance | path

Searched refs:timeAndFrameList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp386 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()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h127 std::vector<TimeAndFrames> timeAndFrameList_; variable