| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
| D | DatabaseEntity.ets | 52 public taskId: String 114 …constructor(sessionId ?: String, taskId ?: String, appName ?: String, appVersion ?: String, packag… 116 this.taskId = taskId 134 public taskId: String; 235 taskId?: String, 248 this.taskId = taskId 289 setTaskId(taskId: String) { 290 this.taskId = taskId 368 public taskId: String; 374 …constructor(id ?: String, taskId ?: String, application ?: String, power ?: String, current ?: Str… [all …]
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_taskpool.md | 21 如上图所示,点击 H:Task Perform: taskId : 2, executeId : 2 的调用栈会出现红色连线,红色连线展示了 executeId 是 2 的任务的关联关系,连接的调用… 23 - H:Task Allocation: taskId : 2, executeId : 2, priority : 1, executeState : 1:任务分发。 24 - H:Task Perform: taskId : 2, executeId : 2:任务执行。 25 - H:Task PerformTask End: taskId : 2, executeId : 2, performResult : Successful:任务返回。
|
| /developtools/bytrace/interfaces/kits/js/ |
| D | @ohos.bytrace.d.ts | 55 function startTrace(name: string, taskId: number, expectedTime?: number): void; 68 function finishTrace(name: string, taskId: number): void;
|
| /developtools/bytrace/interfaces/kits/js/napi/ |
| D | bytrace_napi_common.cpp | 161 int taskId = 0; in JSTraceStart() local 162 if (!ParseInt32Param(env, argv[SECOND_ARGC_INDEX], taskId)) { in JSTraceStart() 166 StartAsyncTrace(HITRACE_TAG_APP, name, taskId); in JSTraceStart() 174 StartAsyncTrace(HITRACE_TAG_APP, name, taskId, limit); in JSTraceStart() 187 int taskId = 0; in JSTraceFinish() local 188 if (!ParseInt32Param(env, nValue, taskId)) { in JSTraceFinish() 191 FinishAsyncTrace(HITRACE_TAG_APP, name, taskId); in JSTraceFinish()
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | ffrt_converter.cpp | 105 auto taskId = GetTaskId(pid, gid); in MakeBeginFakeLog() local 111 label.c_str(), taskId.c_str(), prio); in MakeBeginFakeLog() 126 auto taskId = GetTaskId(pid, gid); in MakeEndFakeLog() local 131 …label.c_str(), taskId.c_str(), pid, cpuId.c_str(), endTimeStamp.c_str(), label.c_str(), taskId.c_s… in MakeEndFakeLog() 147 auto taskId = GetTaskId(pid, gid); in ReplaceSchedSwitchLog() local 151 (void)sprintf_s(result.get(), MAX_LEN, " %s-%s ", label.c_str(), taskId.c_str()); in ReplaceSchedSwitchLog() 161 (void)sprintf_s(result.get(), MAX_LEN, "prev_pid=%s ", taskId.c_str()); in ReplaceSchedSwitchLog() 171 (void)sprintf_s(result.get(), MAX_LEN, "next_pid=%s ", taskId.c_str()); in ReplaceSchedSwitchLog() 185 auto taskId = GetTaskId(pid, gid); in ReplaceSchedWakeLog() local 191 (void)sprintf_s(result.get(), MAX_LEN, "pid=%s ", taskId.c_str()); in ReplaceSchedWakeLog() [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/ |
| D | LocalRepository.ts | 93 curGeneralInfo.taskId.toString(),
|
| D | DatabaseUtils.ts | 170 let taskId = resultSet.getString(resultSet.getColumnIndex("taskId")) variable 185 …sessionId, taskId, appName, appVersion, packageName, Number(startTime).valueOf(), Number(endTime).…
|
| /developtools/profiler/host/smartperf/client/client_ui/ |
| D | README_zh.md | 83 | taskId | 任务Id,对应于网站端报告的任务ID。|
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/ |
| D | ProfilerTask.ets | 97 globalThis.taskId = -1;
|