| /developtools/smartperf_host/ide/test/base-ui/chart/column/ |
| D | LitChartColumn.test.ts | 73 tip: (a: any) => { 75 let tip = ''; variable 79 tip = `${tip} 84 tip = `<div> 87 return tip;
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | TabCpuAnalysis.ts | 102 let tip = ''; 104 tip = 'freq:'; 106 tip = 'idle:'; 108 tip = 'irq:'; 118 tip: (obj) => { 120 <div>${tip}${obj.obj.value}</div>
|
| D | Top20ThreadCpuUsage.ts | 330 tip: (a) => { 332 let tip = ''; 336 tip = `${tip} 345 tip = `<div> 347 ${tip} 350 return tip;
|
| D | Top20ProcessSwitchCount.ts | 87 tip: (obj) => {
|
| D | Top20ProcessThreadCount.ts | 98 tip: (obj) => {
|
| D | TabCpuDetailsThreads.ts | 118 tip: (obj) => {
|
| D | TabCpuDetailsIdle.ts | 128 tip: (idleObj) => {
|
| D | TabCpuDetailsIrq.ts | 114 tip: (irqObj) => {
|
| D | TabCpuDetailsFrequency.ts | 119 tip: (freObj) => {
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpFpsChart.ts | 47 let tip = ''; 49 tip = `<span>${FpsStruct.hoverFpsStruct.fps || 0}</span> `; 51 this.trace?.displayTip(fpsRow, FpsStruct.hoverFpsStruct, tip);
|
| D | SpNativeMemoryChart.ts | 146 let tip = ''; 149 tip = `<span>${HeapStruct.hoverHeapStruct.density}</span>`; 151 tip = `<span>${Utils.getByteWithUnit(HeapStruct.hoverHeapStruct.heapsize!)}</span>`; 154 this.trace?.displayTip(allHeapRow, HeapStruct.hoverHeapStruct, tip);
|
| D | SpEBPFChart.ts | 372 let tip = ''; 380 tip = `<span>${tipStr} (10.00ms)</span>`; 382 tip = `<span>${tipStr}</span>`; 388 tip = `<span>${num} (10.00ms)</span>`; 390 tip = `<span>${num}</span>`; 395 this.trace?.displayTip(row, EBPFChartStruct.hoverEBPFStruct, tip);
|
| D | SpHiSysEnergyChart.ts | 360 let tip; 362 tip = `<span>Switch Status: ${ 366 tip = `<span>${SpHiSysEnergyChart.getBlueToothState( 371 … tip = `<span>value: ${EnergyStateStruct.hoverEnergyStateStruct?.value?.toFixed(2) || 0}</span>`; 373 this.trace?.displayTip(stateTraceRow, EnergyStateStruct.hoverEnergyStateStruct, tip);
|
| D | SpHiPerf.ts | 659 let tip = ''; variable 671 tip = `<span>${num * (this.maxCpuId + 1)}% (10.00ms)</span>`; 674 tip = `<span>${struct.event_count || struct.eventCount} (10.00ms)</span>`; 680 …tip = `<span>${perfCall ? perfName : ''} (${perfCall ? perfCall.depth : '0'} other frames)</span>`; 684 this.trace?.displayTip(row, struct, tip);
|
| /developtools/hdc/src/host/ |
| D | host_updater.cpp | 175 std::string tip("Processing: 0%"); in CommandDispatch() local 177 SendRawData(tip); in CommandDispatch() 272 std::string tip = ""; in ConfirmCommand() local 276 tip = "Confirm flash partition"; in ConfirmCommand() 279 tip = "Confirm erase partition"; in ConfirmCommand() 281 tip = "Confirm format partition"; in ConfirmCommand() 283 if (tip.empty() || strstr(commandIn.c_str(), " -f") != nullptr) { in ConfirmCommand() 289 printf("%s ? (Yes/No) ", tip.c_str()); in ConfirmCommand()
|
| /developtools/smartperf_host/ide/src/base-ui/chart/column/ |
| D | LitChartColumn.ts | 118 this.litChartColumnCfg!.tip ? this.litChartColumnCfg!.tip(pillars) : innerHtml 121 …this.showTip(x + 10, y - 20, this.litChartColumnCfg!.tip ? this.litChartColumnCfg!.tip(pillars) : … 146 this.litChartColumnCfg!.tip ? this.litChartColumnCfg!.tip(pillars) : innerHtml 157 this.litChartColumnCfg!.tip ? this.litChartColumnCfg!.tip(pillars) : innerHtml
|
| D | LitChartColumnConfig.ts | 25 tip: ((a: any) => string) | undefined; property
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pie/ |
| D | LitChartPieConfig.ts | 36 tip: ((a: any) => string) | undefined; property
|
| D | LitChartPie.ts | 182 this.litChartPieConfig!.tip ? this.litChartPieConfig!.tip(it) : `${it.key}: ${it.value}` 268 … this.litChartPieConfig.tip ? this.litChartPieConfig!.tip(it) : `${it.key}: ${it.value}`
|
| /developtools/smartperf_host/ide/test/base-ui/chart/pie/ |
| D | LitChartPie.test.ts | 177 tip: (test: any) => { 330 tip: (testObj: any) => { 480 tip: (obj: any) => {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 330 tip: this.getVmTip(), 389 tip: this.getVmTip(), 448 tip: this.getVmTip(), 541 tip: (vmLibraryObj): string => { 960 tip: (vmObj): string => {
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 335 tip: this.getTip(), 383 tip: (obj): string => { 444 tip: (obj): string => { 522 tip: (ioTierObj): string => { 968 tip: this.getTip(),
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 326 tip: this.getFsTip(), 375 tip: this.getFileTypeTip(), 446 tip: this.getFileTypeTip(), 551 tip: (fileSysObj): string => { 625 tip: (fsaObj): string => {
|
| /developtools/smartperf_host/ide/test/trace/component/trace/base/ |
| D | TraceRow.test.ts | 198 traceRow.tip = true; 200 expect(traceRow.tip).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 315 tip: (perfObj): string => { 390 tip: (obj): string => { 442 tip: (obj): string => { 880 tip: this.getTip(),
|