| /developtools/profiler/host/smartperf/client/client_command/ |
| D | parse_click_complete_trace.cpp | 43 std::string endTime = "0"; in GetLineTime() local 53 endTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetLineTime() 54 int endNum = std::stof(endTime); in GetLineTime() 60 endTimeFlag = endTime; in GetLineTime() 63 endTimeFlag = endTime; in GetLineTime() 67 endTimeFlag = endTime; in GetLineTime() 72 completeTime = SmartPerf::ParseClickCompleteTrace::GetTime(endTime); in GetLineTime() 75 double ParseClickCompleteTrace::GetTime(std::string endTime) in GetTime() argument 77 size_t point = endTime.find("."); in GetTime() 79 endTime = endTime.substr(point - subNum); in GetTime() [all …]
|
| D | parse_trace.cpp | 57 if (std::stof(endTime) == 0) { in ParseNohTrace() 58 endTime = flagTime; in ParseNohTrace() 61 if ((std::stof(flagTime) - std::stof(endTime)) > dataThreshold) { in ParseNohTrace() 64 endTime = flagTime; in ParseNohTrace() 69 codeTime = SmartPerf::ParseTrace::GetTime(startTime, endTime); in ParseNohTrace() 156 endTime = line.substr(p1 + subNum, p2 - p1 - subNum); in ParseCodeTrace() 157 int endNum = std::stof(endTime); in ParseCodeTrace() 163 endTimeFlag = endTime; in ParseCodeTrace() 166 endTimeFlag = endTime; in ParseCodeTrace() 170 endTimeFlag = endTime; in ParseCodeTrace() [all …]
|
| D | parse_click_response_trace.cpp | 44 std::string endTime = "0"; in GetLineTime() local 55 endTime = line.substr(position1 + subNum, position2 - position1 - subNum); in GetLineTime() 62 completeTime = SmartPerf::ParseClickResponseTrace::GetTime(startTime, endTime); in GetLineTime() 65 double ParseClickResponseTrace::GetTime(std::string startTime, std::string endTime) in GetTime() argument 67 size_t point = endTime.find("."); in GetTime() 69 endTime = endTime.substr(point - subNum); in GetTime() 71 if (std::stof(endTime) == 0 || std::stof(startTime) == 0) { in GetTime() 74 completeTime = std::stof(endTime) - std::stof(startTime) + displayTime; in GetTime()
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | Utils.ts | 26 let endTime = 0; 32 if (data.endTime > TraceRow.rangeSelectObject.endNS) { 33 endTime = TraceRow.rangeSelectObject?.endNS; 35 endTime = data.endTime; 37 data.totalTime = endTime - startTime;
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | app_start_filter.cpp | 68 auto endTime = startTime + frameSliceData->Durs()[m]; in CaclRsDataByPid() local 72 … itorSecond->second->tid_, startTime, endTime))); in CaclRsDataByPid() 79 endTime = startTime + frameSliceData->Durs()[dstId]; in CaclRsDataByPid() 83 … itorSecond->second->tid_, startTime, endTime))); in CaclRsDataByPid() 121 auto endTime = INVALID_UINT64; in AppendData() local 125 endTime = (item)->second->startTime_; in AppendData() 128 endTime = itorSecond->second->endTime_; in AppendData() 132 itorSecond->second->startTime_, endTime, itorSecond->first, itor->first); in AppendData() 209 uint64_t endTime, in CalcDepthByTimeStamp() argument 216 it->second.insert(std::make_pair(endTime, it->second.size())); in CalcDepthByTimeStamp() [all …]
|
| D | app_start_filter.h | 52 … APPStartupData(uint32_t callid, uint32_t ipid, uint32_t tid, uint64_t startTime, uint64_t endTime) in APPStartupData() argument 53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData() 75 uint64_t endTime,
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | app_start_filter.cpp | 74 auto endTime = startTime + frameSliceData->Durs()[m]; in CaclRsDataByPid() local 76 endTime = INVALID_UINT64; in CaclRsDataByPid() 81 … startTime, endTime)); in CaclRsDataByPid() 88 endTime = startTime + frameSliceData->Durs()[dstId]; in CaclRsDataByPid() 92 … startTime, endTime)); in CaclRsDataByPid() 132 auto endTime = INVALID_UINT64; in AppendData() local 136 endTime = (item)->second->startTime_; in AppendData() 139 endTime = itorSecond->second->endTime_; in AppendData() 143 itorSecond->second->startTime_, endTime, itorSecond->first, itor->first); in AppendData() 235 uint64_t endTime, in CalcDepthByTimeStamp() argument [all …]
|
| D | app_start_filter.h | 52 … APPStartupData(uint32_t callid, uint32_t ipid, uint32_t tid, uint64_t startTime, uint64_t endTime) in APPStartupData() argument 53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData() 75 uint64_t endTime,
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/ |
| D | SportRuler.ts | 33 endTime: number | null | undefined; property in SlicesTime 45 endTime: number | null | undefined, 55 this.endTime = endTime; 87 endTime: number | null | undefined; 91 endTime: null, 319 endTime: number | null = null, 323 …if (startTime != null && typeof startTime != undefined && endTime != null && typeof endTime != und… 325 startTime: startTime <= endTime ? startTime : endTime, 326 endTime: startTime <= endTime ? endTime : startTime, 332 …let endX = Math.round((this.rulerW * (endTime - this.range.startNS)) / (this.range.endNS - this.ra… [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | SportRuler.ts | 33 endTime: number | null | undefined; property in SlicesTime 45 endTime: number | null | undefined, 55 this.endTime = endTime; 87 endTime: number | null | undefined; 91 endTime: null, 319 endTime: number | null = null, 323 …if (startTime != null && typeof startTime != undefined && endTime != null && typeof endTime != und… 325 startTime: startTime <= endTime ? startTime : endTime, 326 endTime: startTime <= endTime ? endTime : startTime, 332 …let endX = Math.round((this.rulerW * (endTime - this.range.startNS)) / (this.range.endNS - this.ra… [all …]
|
| D | RangeRuler.ts | 72 endTime: number | null | undefined; 525 let endTime = 0; variable 532 if (this.currentSlicesTime.endTime) { 533 endTime = this.currentSlicesTime.endTime; 538 …let endX = (this.rulerW * (endTime - this.range.startNS)) / (this.range.endNS - this.range.startNS… 547 … endX = (this.rulerW * (endTime - this.range.startNS)) / (this.range.endNS - this.range.startNS); 553 … endX = (this.rulerW * (endTime - this.range.startNS)) / (this.range.endNS - this.range.startNS); 594 this.zoomFit(startTime, endTime); 631 this.zoomFit(startTime, endTime); 634 this.zoomFit(startTime, endTime); [all …]
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | JsStruct.ts | 59 endTime: number; property in JsCpuProfilerChartFrame 69 endTime: number, 79 this.endTime = endTime;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/ |
| D | ProfilerTask.ets | 75 globalThis.endTime = -1 152 globalThis.endTime = new Date().getTime() 160 globalThis.endTime, 177 …("TAG","resultSet query_applications_display-----endTime" + JSON.stringify(dateFormat(globalThis.e… 179 …cations_display(dateFormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packa… 182 …pplications_cpu(dateFormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packa… 185 …pplications_gpu(dateFormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packa… 188 …lications_audio(dateFormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packa… 191 …pplications_ddr(dateFormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packa… 194 …pplications_dss(dateFormat(globalThis.startTime) , dateFormat(globalThis.endTime),globalThis.packa… [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerJsCpuProfiler.ts | 104 if (sample.startTime > rightNs || sample.endTime < leftNs){ 109 const endTime = sample.endTime > rightNs ? rightNs : sample.endTime; constant 110 sampleTotalTime = endTime - startTime; 222 …if (this.isSymbolEqual(sample.stack[0], lastCallChart) && lastCallChart.endTime === sample.startTi… 397 lastCallTreeSymbol.endTime === sample.startTime 400 lastCallTreeSymbol.endTime = sample.endTime; 401 lastCallTreeSymbol.totalTime = sample.endTime - lastCallTreeSymbol.startTime; 456 sample.endTime, 491 frame.endTime, 538 endTime: number = 0; property in JsCpuProfilerSample
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerCpuProfiler.test.ts | 45 endTime: 1520000, 61 endTime: 2333333, 103 endTime: 122000,
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCpuProfiler.ts | 47 re.endTime - re.startTime == 0 || 48 re.endTime - re.startTime == null || 49 re.endTime - re.startTime == undefined 119 endTime: number = 0; property in JsCpuProfilerStruct 161 if (data.endTime - data.startTime == undefined || data.endTime - data.startTime == null) {
|
| /developtools/profiler/host/smartperf/trace_streamer/src/ |
| D | main.cpp | 158 auto endTime = in ReadAndParser() local 161 …(void)fprintf(stdout, "\nParserDuration:\t%u ms\n", static_cast<unsigned int>(endTime - startTime)… in ReadAndParser() 162 (void)fprintf(stdout, "ParserSpeed:\t%.2f MB/s\n", (g_loadSize / (endTime - startTime) / 1E3)); in ReadAndParser() 217 auto endTime = in ExportDatabase() local 220 endTime += 1; // for any exception of endTime == startTime in ExportDatabase() 221 fprintf(stdout, "ExportDuration:\t%u ms\n", static_cast<unsigned int>(endTime - startTime)); in ExportDatabase() 222 fprintf(stdout, "ExportSpeed:\t%.2f MB/s\n", (g_loadSize / (endTime - startTime)) / 1E3); in ExportDatabase()
|
| /developtools/smartperf_host/trace_streamer/src/ |
| D | main.cpp | 158 auto endTime = in ReadAndParser() local 161 …(void)fprintf(stdout, "\nParserDuration:\t%u ms\n", static_cast<unsigned int>(endTime - startTime)… in ReadAndParser() 162 (void)fprintf(stdout, "ParserSpeed:\t%.2f MB/s\n", (g_loadSize / (endTime - startTime) / 1E3)); in ReadAndParser() 217 auto endTime = in ExportDatabase() local 220 endTime += 1; // for any exception of endTime == startTime in ExportDatabase() 221 fprintf(stdout, "ExportDuration:\t%u ms\n", static_cast<unsigned int>(endTime - startTime)); in ExportDatabase() 222 fprintf(stdout, "ExportSpeed:\t%.2f MB/s\n", (g_loadSize / (endTime - startTime)) / 1E3); in ExportDatabase()
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 61 endTime, err := parseTime(to) 66 steps, err := getAllStepsFromGitee(startTime, endTime, m.Branch, m.ManifestBranch, updates) 97 func getAllStepsFromGitee(startTime, endTime time.Time, branch string, manifestBranch string, updat… 98 allMRs, err := getAllMRs(startTime, endTime, branch, manifestBranch, updates) 109 func getAllMRs(startTime, endTime time.Time, branch string, manifestBranch string, updates []vcs.Pr… 115 … prs, err = gitee.GetBetweenTimeMRs("openharmony", "manifest", manifestBranch, startTime, endTime) 119 p1, err = gitee.GetBetweenTimeMRs("openharmony", update.P1.Name, branch, startTime, endTime) 124 p2, err = gitee.GetBetweenTimeMRs("openharmony", update.P2.Name, branch, startTime, endTime)
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.ts | 267 let endTime = framesParam.recordStartNs + framesParam.rightNs; variable 269 (selectStartTime <= endTime && endTime <= selectEndTime)) { 271 selectEndTime = endTime; 283 const endTime = task!.startTs + task!.dur; constant 288 if (nextTask.startTs < endTime) {
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerJsCpuProfiler.test.ts | 72 endTime: 0, 91 endTime: 0,
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/sdk/ |
| D | TabPaneSdkSlice.ts | 154 …eIntersection(selectStartTime: number, selectEndTime: number, startTime: number, endTime: number) { 155 if (selectStartTime > startTime && selectStartTime < endTime) { 158 if (selectEndTime > startTime && selectEndTime < endTime) { 161 if (selectStartTime < startTime && selectEndTime > endTime) {
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/sdk/ |
| D | TabPaneSdkSlice.ts | 154 …eIntersection(selectStartTime: number, selectEndTime: number, startTime: number, endTime: number) { 155 if (selectStartTime > startTime && selectStartTime < endTime) { 158 if (selectEndTime > startTime && selectEndTime < endTime) { 161 if (selectStartTime < startTime && selectEndTime > endTime) {
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_stdtype.h | 86 uint64_t endTime = 0; member 104 uint64_t endTime = 0; member 118 uint64_t endTime = 0; member
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_stdtype.h | 86 uint64_t endTime = 0; member 104 uint64_t endTime = 0; member 118 uint64_t endTime = 0; member
|