Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp24 constexpr int FORMAT_TIME_LEN = 20; variable
40 char timeChars[FORMAT_TIME_LEN]; in TimeFormat()
45 size_t sz = strftime(timeChars, FORMAT_TIME_LEN, "%Y-%m-%d-%H-%M-%S", localTime); in TimeFormat()