Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 15 of 15) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerVirtualMemory.ts61 maxValue: number | undefined; property in VirtualMemoryStruct
DProcedureWorkerClock.ts88 static maxValue: number = 0; property in ClockStruct
DProcedureWorkerIrq.ts91 static maxValue: number = 0; property in IrqStruct
DProcedureWorkerXpower.ts85 static maxValue: number = 0; property in XpowerStruct
DProcedureWorkerXpowerThreadCount.ts85 static maxValue: number = 0; property in XpowerThreadCountStruct
DProcedureWorkerXpowerGpuFreqCount.ts85 static maxValue: number = 0; property in XpowerGpuFreqCountStruct
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/chart/column/
DLitChartColumn.ts210 …let maxValue = Math.max(...this.litChartColumnCfg!.data.map((it) => it[this.litChartColumnCfg!.yFi… variable
318 let maxValue = Math.ceil(Math.max(...sums) * 0.1) * 10; //@ts-ignore variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DProcessMemStruct.ts30 maxValue: number | undefined; property in ProcessMemStruct
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/chart/
DSpProcessChart.test.ts558 let maxValue = memSqlite.queryMemFilterIdMaxValue; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dstring_help.cpp141 uint32_t StrHash(const std::string &str, uint32_t maxValue) in StrHash()
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts418 static maxValue: number = 0; property in TaskTabStruct
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpXpowerChart.ts500 let maxValue = 0; variable
DSpProcessChart.ts1622 let maxValue = this.filterIdMaxValue.get(mem.trackId) || 0; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ptreader_parser/bytrace_parser/
Dbytrace_event_parser.cpp511 std::optional<int64_t> maxValue = base::StrToInt<int64_t>(maxIt->second); in CpuFrequencyLimitsEvent() local
/developtools/hdc/src/common/
Dbase.cpp2442 const int maxValue = 255; in IsValidIpv4() local