| /developtools/profiler/timestamps/ |
| D | timestamps.cpp | 32 std::vector<ClockTime> times = { in main() local 43 for (auto& time : times) { in main() 47 for (auto& time : times) { in main()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | parse_start_frame_trace.cpp | 70 startTimes.times = frameStartTime; in CalculateTime() 82 endTimes.times = frameEndTime; in CalculateTime() 102 … if (startTimeArr[i].times >= startTime && endTimeArr[i].times > startTimeArr[i].times) { in GetFps() 104 result = startTimeArr[next].times - endTimeArr[i].times; in GetFps()
|
| D | ByTrace.cpp | 49 times++; in CheckFpsJitters() 52 if (curNum <= sum && currentTrigger < 0 && times > two) { in CheckFpsJitters()
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | hook_test.cpp | 104 int times = *static_cast<int*>(param); in ThreadFuncCpp() local 107 name = name + std::to_string(times); in ThreadFuncCpp() 111 while (idx < times) { in ThreadFuncCpp() 129 int times = *static_cast<int*>(param); in ThreadFuncCppHook() local 132 name = name + std::to_string(times); in ThreadFuncCppHook() 140 while (idx < times) { in ThreadFuncCppHook()
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | index_map.cpp | 139 …id IndexMap::FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times) in FilterTS() argument 145 IntersectabcEqual(times, v, getValue); in FilterTS() 151 IntersectGreaterEqual(times, v, getValue); in FilterTS() 158 IntersectLessEqual(times, v, getValue); in FilterTS() 161 RemoveNullElements(times, v); in FilterTS()
|
| D | index_map.h | 40 void FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times);
|
| /developtools/integration_verification/DeployDevice/src/core/ |
| D | run.py | 149 times = 0 151 while times < 3: 153 times += 1
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
| D | demo_table_base.cpp | 217 …:Cursor::DemoFilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times) in DemoFilterTS() argument 223 demoIndexMap_->IntersectabcEqual(times, demoArgv, getDemoValue); in DemoFilterTS() 228 demoIndexMap_->IntersectGreaterEqual(times, demoArgv, getDemoValue); in DemoFilterTS() 234 demoIndexMap_->IntersectLessEqual(times, demoArgv, getDemoValue); in DemoFilterTS() 237 demoIndexMap_->RemoveNullElements(times, demoArgv); in DemoFilterTS()
|
| D | demo_table_base.h | 74 …al void DemoFilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times);
|
| /developtools/hapsigner/tools/ |
| D | auto_test.py | 495 times = rv['times'] variable 496 if times != 0: 497 …"Case {}, run times: {}, avg cost: {}s, total success: {}, total fail: {}".format(rk, times, round( 498 rv['total_cost'] / times, 2), rv['success'], rv['fail']))
|
| /developtools/smartperf_host/trace_streamer/src/table/base/ |
| D | table_base.cpp | 255 …ase::Cursor::FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times) in FilterTS() argument 261 indexMap_->IntersectabcEqual(times, v, getValue); in FilterTS() 266 indexMap_->IntersectGreaterEqual(times, v, getValue); in FilterTS() 272 indexMap_->IntersectLessEqual(times, v, getValue); in FilterTS() 276 indexMap_->RemoveNullElements(times, v); in FilterTS()
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | ByTrace.h | 60 mutable int times = 0; variable
|
| D | parse_start_frame_trace.h | 43 double times; member
|
| /developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
| D | stateComplexType.ets | 53 Text(`click times: ${this.count}`)
|
| /developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
| D | liteOsUpgrade_RK3568_app.py | 408 times = 0 410 while times < 3: 412 times += 1
|
| D | liteOsUpgrade_linux_app.py | 444 times = 0 445 while times < 3: 454 times += 1
|
| /developtools/smartperf_host/trace_streamer/src/metrics/ |
| D | metrics.cpp | 91 auto times = base::SplitStringToVec(jMessage.at("values")[i].at(TIMES), ","); in InitMemoryUnAggStrategy() local 98 typeItem.ts = atoll(times.at(index).c_str()); in InitMemoryUnAggStrategy()
|
| /developtools/smartperf_host/trace_streamer/src/table/base/include/ |
| D | table_base.h | 63 …irtual void FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& times);
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 154 times: Set<number> = new Set<number>(); property in SpSystemTrace 233 this.times.add(timerId); 253 this.times.add(timerId); 310 this.timerShaftEL!.sportRuler!.times = []; 1856 this.times.clear();
|
| D | SpSystemTrace.event.ts | 603 if (sp.times.size > 0) { 604 for (let timerId of sp.times) {
|
| D | SpSystemTrace.init.ts | 178 sp.timerShaftEL!.sportRuler!.times = event.detail.time;
|
| /developtools/packing_tool/adapter/ohos/ |
| D | README | 21 2.If the same command appears many times in a command, take the last value that appears. 157 2.If the same command appears many times in a command, take the last value that appears.
|
| /developtools/hdc/src/common/ |
| D | base.cpp | 541 struct timespec times = { 0, 0 }; in GetRuntimeMSec() local 543 clock_gettime(CLOCK_MONOTONIC, ×); in GetRuntimeMSec() 544 time = times.tv_sec * TIME_BASE + times.tv_nsec / (TIME_BASE * TIME_BASE); in GetRuntimeMSec()
|
| /developtools/smartperf_host/ |
| D | README.md | 50 In Smartperf_Host, you can find out the system invoking information and read/write invoking times o…
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | SportRuler.ts | 123 set times(timeArray: Array<number>) { method in SportRuler
|