Searched refs:isStatistic (Results 1 – 5 of 5) sorted by relevance
22 isStatistic: boolean24 const table = isStatistic ? 'native_hook_statistic' : 'native_hook';25 const tsKey = isStatistic ? 'ts' : 'start_ts';26 const type = isStatistic ? 'type' : 'event_type';
483 const isStatistic = val.nativeMemoryStatistic.length > 0; constant484 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) => {
111 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 …]
346 tabStatisticAnalysis.isStatistic = true;356 tabStatisticAnalysis.isStatistic = false;370 tabStatisticAnalysis.isStatistic = false;
42 isStatistic: boolean = false; property in ProcedureLogicWorkerNativeMemory161 if (data.params.isStatistic) {162 this.isStatistic = true;170 this.isStatistic = false;640 const count = this.isStatistic ? sample.count : 1;642 if (this.isStatistic) {