Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/log/
DLog.ts57 …const timeString = `${now.getHours()}:${now.getMinutes()}:${now.getSeconds()}:${now.getMillisecond… constant
58 return timeString;
/developtools/smartperf_host/ide/test/trace/bean/
DPerfProfile.test.ts213 timeString: 'timeString',
231 timeString: expect.any(String),
/developtools/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts102 timeString: string = ''; property in PerfSample
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts86 sample.timeString = Utils.getTimeString(sample.time);
/developtools/hdc/src/common/
Dbase.cpp63 void GetLogLevelAndTime(uint8_t logLevel, string &logLevelString, string &timeString) in GetLogLevelAndTime() argument
91 timeString = msTimeSurplus; in GetLogLevelAndTime()
95 timeString = StringFormat("%s%s", buffer, msTimeSurplus.c_str()); in GetLogLevelAndTime()
240 string timeString; in PrintLogEx() local
246 GetLogLevelAndTime(logLevel, logLevelString, timeString); in PrintLogEx()
247 … string logBuf = StringFormat("[%s][%s]%s%s %s%s", logLevelString.c_str(), timeString.c_str(), in PrintLogEx()