Home
last modified time | relevance | path

Searched refs:startSamp (Results 1 – 15 of 15) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/setting/
DSpRecordPerf.test.ts40 expect(spRecordPerf.startSamp).toBeFalsy();
44 spRecordPerf.startSamp = true;
45 expect(spRecordPerf.startSamp).toBeTruthy();
49 spRecordPerf.startSamp = false;
50 expect(spRecordPerf.startSamp).toBeFalsy();
58 expect(spRecordPerf.startSamp).toBeFalsy();
62 spRecordPerf.startSamp = true;
63 expect(spRecordPerf.startSamp).toBeTruthy();
DSpVmTracker.test.ts22 spVmTracker.startSamp = true;
23 expect(spVmTracker.startSamp).toBeTruthy();
27 spVmTracker.startSamp = false;
28 expect(spVmTracker.startSamp).toBeFalsy();
DSpFileSystem.test.ts21 spFileSystem.startSamp = true;
22 expect(spFileSystem.startSamp).toBeTruthy();
26 spFileSystem.startSamp = false;
27 expect(spFileSystem.startSamp).toBeFalsy();
DSpSdkConfig.test.ts31 spSdkConfig.startSamp = true;
32 expect(spSdkConfig.startSamp).toBeTruthy();
36 spSdkConfig.startSamp = false;
37 expect(spSdkConfig.startSamp).toBeFalsy();
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpVmTracker.ts29 set startSamp(start: boolean) { method in SpVmTracker
51 get startSamp(): boolean { method in SpVmTracker
60 this.startSamp = true;
63 this.startSamp = false;
DSpHisysEvent.ts32 set startSamp(start: boolean) { method in SpHisysEvent
49 get startSamp(): boolean { method in SpHisysEvent
58 this.startSamp = true;
61 this.startSamp = false;
DSpArkTs.ts36 set startSamp(jsHeapStart: boolean) { method in SpArkTs
44 get startSamp(): boolean { method in SpArkTs
181 this.startSamp = true;
222 this.startSamp = false;
242 this.startSamp = true;
DSpSdkConfig.ts51 set startSamp(sdkConfigStart: boolean) { method in SpSdkConfig
59 get startSamp(): boolean { method in SpSdkConfig
179 this.startSamp = true;
182 this.startSamp = false;
DSpRecordPerf.ts58 set startSamp(perfStart: boolean) { method in SpRecordPerf
68 get startSamp(): boolean { method in SpRecordPerf
278 this.startSamp = true;
282 this.startSamp = false;
311 if (processList.length > 0 && this.startSamp) {
455 if (!this.startSamp) {
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/
DSpVmTracker.ts33 set startSamp(start: boolean) { method in SpVmTracker
55 get startSamp(): boolean { method in SpVmTracker
99 this.startSamp = true;
102 this.startSamp = false;
DSpHisysEvent.ts33 set startSamp(start: boolean) { method in SpHisysEvent
50 get startSamp(): boolean { method in SpHisysEvent
94 this.startSamp = true;
97 this.startSamp = false;
DSpSdkConfig.ts51 set startSamp(sdkConfigStart: boolean) { method in SpSdkConfig
59 get startSamp(): boolean { method in SpSdkConfig
179 this.startSamp = true;
182 this.startSamp = false;
DSpRecordPerf.ts58 set startSamp(perfStart: boolean) { method in SpRecordPerf
68 get startSamp(): boolean { method in SpRecordPerf
278 this.startSamp = true;
282 this.startSamp = false;
316 if (processList.length > 0 && this.startSamp) {
460 if (!this.startSamp) {
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts1218 if (this.spVmTracker!.startSamp && this.spVmTracker!.process != '') {
1234 if (this.spRecordPerf!.startSamp) {
1240 if (this.spSdkConfig!.startSamp && this.spSdkConfig!.getPlugName() != '') {
1243 if (this.spHisysEvent?.startSamp) {
1246 if (this.spArkTs!.process != '' && this.spArkTs!.startSamp) {
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts1217 if (this.spVmTracker!.startSamp && this.spVmTracker!.process != '') {
1233 if (this.spRecordPerf!.startSamp) {
1239 if (this.spSdkConfig!.startSamp && this.spSdkConfig!.getPlugName() != '') {
1242 if (this.spHisysEvent?.startSamp) {