Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp127 std::string snapshotTimeStr = TimeFormat(taf.snapshotTime); in GetFullStack() local
128 if (requestTimeStr == "" || snapshotTimeStr == "") { in GetFullStack()
131 stack += ("RequestTime:" + requestTimeStr + "\nSnapshotTime:" + snapshotTimeStr + "\n"); in GetFullStack()