Home
last modified time | relevance | path

Searched refs:traceFileName (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts140 private traceFileName: string | undefined; property in SpApplication
524 this.traceFileName = fileName;
558 this.traceFileName = fileName;
1013 this.traceFileName = `hiprofiler_long_${timeStamp}_${indexedDbPageNum}.htrace`;
1027 const file = new File([new Blob(finalData)], this.traceFileName);
1028 this.handleWasmMode(file, file.name, file.size, this.traceFileName);
1032 const file = new File([fileBlob], this.traceFileName);
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts1112 let traceFileName = this.longTraceList[fileIndex]; variable
1113 … if (this.sp!.fileTypeList.some((fileType) => traceFileName.toLowerCase().includes(fileType))) {
1116 let firstLastIndexOf = traceFileName.lastIndexOf('.');
1117 let firstText = traceFileName.slice(0, firstLastIndexOf);