Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DLocalConfigEntity.ts100 public testDuration: String; property in ReportItem
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts209 let testDuration = resultSet.getLong( variable
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp516 long long testDuration = (endTime - startTime) / 1000; in SetTaskInfo() local