Searched refs:timeString (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/ide/src/log/ |
| D | Log.ts | 57 …const timeString = `${now.getHours()}:${now.getMinutes()}:${now.getSeconds()}:${now.getMillisecond… constant 58 return timeString;
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | PerfProfile.test.ts | 213 timeString: 'timeString', 231 timeString: expect.any(String),
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | PerfProfile.ts | 102 timeString: string = ''; property in PerfSample
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPerfSampleList.ts | 86 sample.timeString = Utils.getTimeString(sample.time);
|
| /developtools/hdc/src/common/ |
| D | base.cpp | 63 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()
|