Home
last modified time | relevance | path

Searched defs:timeString (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/log/
DLog.ts57 …const timeString = `${now.getHours()}:${now.getMinutes()}:${now.getSeconds()}:${now.getMillisecond… constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts102 timeString: string = ''; property in PerfSample
/developtools/hdc/src/common/
Dbase.cpp119 void GetLogLevelAndTime(uint8_t logLevel, string &logLevelString, string &timeString) in GetLogLevelAndTime()
160 void GetTimeString(string &timeString) in GetTimeString()
664 string timeString; in PrintLogEx() local