Home
last modified time | relevance | path

Searched defs:timeRecorder (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DLintRunResult.ts24 timeRecorder?: TimeRecorder; property
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/
DScanTaskRelatedInfo.ts24 timeRecorder: TimeRecorder; property
DStatisticsReportInPutInfo.ts25 timeRecorder: TimeRecorder = {} as TimeRecorder; property in StatisticsReportInPutInfo
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DLintTest.ts51 const timeRecorder = new TimeRecorder(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DLinterCLI.ts67 const timeRecorder = new TimeRecorder(); constant