Home
last modified time | relevance | path

Searched refs:taf (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp125 for (const auto& taf : timeAndFrameList) { in GetFullStack()
126 std::string requestTimeStr = TimeFormat(taf.requestTime); in GetFullStack()
127 std::string snapshotTimeStr = TimeFormat(taf.snapshotTime); in GetFullStack()
132 std::vector<DfxFrame> frames = taf.frameList; in GetFullStack()
H A Dthread_sampler.cpp416 struct TimeAndFrames taf; in ProcessStackBuffer() local
417 taf.requestTime = unwindInfo.context->requestTime; in ProcessStackBuffer()
418 taf.snapshotTime = unwindInfo.context->snapshotTime; in ProcessStackBuffer()
429 taf.frameList = frames; in ProcessStackBuffer()
430 timeAndFrameList_.emplace_back(taf); in ProcessStackBuffer()

Completed in 2 milliseconds