Home
last modified time | relevance | path

Searched refs:isStatistic (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/sql/
DNativeHook.sql.ts22 isStatistic: boolean
24 const table = isStatistic ? 'native_hook_statistic' : 'native_hook';
25 const tsKey = isStatistic ? 'ts' : 'start_ts';
26 const type = isStatistic ? 'type' : 'event_type';
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DUtils.ts483 const isStatistic = val.nativeMemoryStatistic.length > 0; constant
484 const selection = isStatistic ? val.nativeMemoryStatistic : val.nativeMemory;
487 if (isStatistic) {
494 if (isStatistic) {
501 if (isStatistic) {
508 queryNativeHookResponseTypes(val.leftNs, val.rightNs, types, isStatistic).then((res) => {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts111 private isStatistic = false;
176 this.isStatistic = statisticAnalysisParam.nativeMemory.length === 0;
177 if (this.isStatistic) {
340 isStatistic: this.isStatistic,
407 if (this.hideThreadCheckBox?.checked || this.isStatistic) {
642 if (this.hideThreadCheckBox?.checked || this.isStatistic) {
690 if (this.isStatistic) {
815 if (this.isStatistic) {
1026 if (this.isStatistic) {
1082 if (that.isStatistic) {
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.test.ts346 tabStatisticAnalysis.isStatistic = true;
356 tabStatisticAnalysis.isStatistic = false;
370 tabStatisticAnalysis.isStatistic = false;
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts42 isStatistic: boolean = false; property in ProcedureLogicWorkerNativeMemory
161 if (data.params.isStatistic) {
162 this.isStatistic = true;
170 this.isStatistic = false;
640 const count = this.isStatistic ? sample.count : 1;
642 if (this.isStatistic) {