Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/util/
Ddump_cpu_info_util.cpp293 struct tm ptrCurtime = {0}; in CheckFrequentDumpping() local
295 gmtime_r(&curTime, &ptrCurtime); in CheckFrequentDumpping()
296 int interval = ptrCurtime.tm_sec - dumpTimeSec_; in CheckFrequentDumpping()
300 dumpTimeSec_ = ptrCurtime.tm_sec; in CheckFrequentDumpping()