Home
last modified time | relevance | path

Searched refs:spSystemTrace (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/
DSpSystemTrace.test.ts49 let spSystemTrace = new SpSystemTrace(); variable
57 spSystemTrace.initElements = jest.fn(() => true);
60 expect(spSystemTrace.getScrollWidth()).toBe(0);
64 let resultLength = spSystemTrace.getRowsContentHeight();
69 expect(spSystemTrace.timerShaftELRangeChange('')).toBeUndefined();
73 expect(spSystemTrace.rowsElOnScroll('Scroll')).toBeUndefined();
77 expect(spSystemTrace.documentOnMouseDown('MouseDown')).toBeUndefined();
81 spSystemTrace.timerShaftEL = jest.fn(() => null);
82 spSystemTrace.timerShaftEL.sportRuler = jest.fn(() => undefined);
83 spSystemTrace.timerShaftEL.sportRuler.frame = jest.fn(() => '');
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRowConfig.test.ts38 let spSystemTrace = document.querySelector('sp-system-trace'); variable
39 let shadowRoot = spSystemTrace.attachShadow({mode: 'open'});
144 traceRowConfig.spSystemTrace.collectRows = [favoriteRow];
145 traceRowConfig.spSystemTrace.rowsPaneEL = jest.fn();
146 traceRowConfig.spSystemTrace.rowsPaneEL.scroll = jest.fn(() => true);
147 traceRowConfig.spSystemTrace.canvasPanel = jest.fn();
148 traceRowConfig.spSystemTrace.refreshFavoriteCanvas = jest.fn(() => true);
149 traceRowConfig.spSystemTrace.refreshCanvas = jest.fn(() => true);
161 expect(traceRowConfig.spSystemTrace.hoverFlag ).toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts90 let spSystemTrace = spApplication?.shadowRoot?.querySelector(
94 spSystemTrace?.visibleRows.forEach((it) => {
98 spSystemTrace?.timerShaftEL?.removeTriangle('inverted');
99 await spSystemTrace!.searchFunction([], data.name).then((mixedResults) => {
106 for (let row of spSystemTrace.rangeSelect.rangeTraceRow!) {
121 this.slicesTblFreshSearchSelect(search, sliceRowList, data, spSystemTrace);
130 spSystemTrace: SpSystemTrace
162 search.index = spSystemTrace!.showStruct(true, 1, search.list);
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts35 private spSystemTrace: SpSystemTrace | null | undefined; property in TraceRowConfig
78 this.spSystemTrace = this.parentElement!.querySelector<SpSystemTrace>('sp-system-trace');
80 …this.spSystemTrace!.shadowRoot?.querySelector('div[class=rows-pane]')!.querySelectorAll<TraceRow<B…
170 this.spSystemTrace?.removeLinkLinesByBusinessType('janks');
172 this.spSystemTrace?.removeLinkLinesByBusinessType('task');
302 this.spSystemTrace?.collectRows.forEach((favoriteRow) => {
374 this.spSystemTrace!.rowsPaneEL!.scroll({
375 top: 0 - this.spSystemTrace!.canvasPanel!.offsetHeight,
379 this.spSystemTrace!.refreshFavoriteCanvas();
380 this.spSystemTrace!.refreshCanvas(true);
[all …]
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpSdkChart.test.ts63 let spSystemTrace = new SpSdkChart(); variable
64 let sdkChart = new SpSdkChart(spSystemTrace);
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts108 private spSystemTrace: SpSystemTrace | undefined | null; property in SpApplication
253 this.spSystemTrace = this.shadowRoot!.querySelector<SpSystemTrace>('#sp-system-trace');
302 this.spSystemTrace,
613 this.spSystemTrace!.reset(null);
804 that.spSystemTrace!.loadDatabaseArrayBuffer(
850 that.spSystemTrace!.loadDatabaseArrayBuffer(
891 this.showContent(this.spSystemTrace!);
1229 this.spSystemTrace!.clearPointPair();
1230 this.spSystemTrace!.reset((command: string, percent: number) => {
1246 this.showContent(this.spSystemTrace!);
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogs.ts35 private spSystemTrace: SpSystemTrace | undefined | null; property in TabPaneHiLogs
72 this.spSystemTrace = document
108 this.spSystemTrace?.refreshCanvas(false);
181 this.spSystemTrace?.refreshCanvas(false);
300 this.spSystemTrace?.refreshCanvas(false);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hisysevent/
DTabPaneHisysEvents.ts47 private spSystemTrace: SpSystemTrace | undefined | null; property in TabPaneHisysEvents
97 this.spSystemTrace = document.querySelector('body > sp-application')
99 this.traceSheetEl = this.spSystemTrace?.shadowRoot?.querySelector('.trace-sheet');
145 this.spSystemTrace?.refreshCanvas(false);
161 this.spSystemTrace?.refreshCanvas(false);
474 this.spSystemTrace?.refreshCanvas(false);