Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 30) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfEvent.ts106 max: number | undefined; property in HiPerfEventStruct
/developtools/smartperf_host/trace_streamer/src/metrics/
DmemStrategy.h26 uint32_t max; member
/developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/
DProcedureWorkerCpuFreqLimits.ts103 max: number | undefined; property in CpuFreqLimitsStruct
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts29 max: number = 0; property in NativeHookStatistics
45 max: number = 0; property in NativeHookMalloc
70 max: number = 0; property in NativeHookStatisticsTableData
DBoxSelection.ts1319 max: string = ''; property in SelectionData
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFrameDynamic.test.ts95 let [min, max] = frameDynamicRender.getMinAndMaxData(dataList, 'x'); variable
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts259 let max = Math.max(...asyncFuncGroups.map((it) => it.depth || 0)) + 1; variable
380 let max = Math.max(...asyncFuncGroups.map((it) => it.depth || 0)) + 1; variable
1228 let max = this.threadFuncMaxDepthMap.get(`${thread.upid}-${thread.tid}`) || 1; variable
1385 let max = 0; variable
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/freq/
DTabPaneCpuFreqLimits.ts93 let max = Math.max(item.startNs || 0, start); variable
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dregulator.proto70 int32 max = 3; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dregulator.proto70 int32 max = 3; field
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpHiSysEnergyChart.test.ts57 let max = [ variable
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts257 const max = Math.max(r, g, b); constant
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.ts289 let max = Math.max.apply( variable
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSchedulingAnalysis.ts950 max: number = 0; property in Irq
970 max: number = 0; property in CpuAnalysis
DProcedureLogicWorkerNativeNemory.ts1261 max: number = 0; property in NativeHookStatistics
1338 max: number = 0; property in StatisticsSelection
/developtools/hiperf/src/
Dsubcommand_report.cpp153 const float max = 100.0; in VerifyOption() local
Dperf_file_format.cpp103 bool PerfFileSection::Write(const char *buf, size_t size, size_t max) in Write()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp360 std::string max; in GetCpuInfo() local
385 std::string max; in GetGpuInfo() local
/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp193 constexpr int max = DEFAULT_BAUD_RATE_VALUE / 8 * 2; // 2 second buffer size local
/developtools/profiler/device/plugins/native_hook/test/
Dmalloc_test.cpp337 static int RandInt(int max, int min) in RandInt()
/developtools/hdc/src/host/
Dhost_uart.cpp258 constexpr int max = DEFAULT_BAUD_RATE_VALUE / 8 * 2; // 2 second buffer size in EnumSerialPort() local
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dlite_component_map.js234 max: { property
/developtools/smartperf_host/trace_streamer/src/protos/smartperf_host/
Dsph_data.proto41 int32 max = 1; field
/developtools/smartperf_host/ide/src/trace/proto/
DSphBaseData.proto41 int32 max = 1; field
/developtools/hdc/src/common/
Dbase.cpp737 uint64_t GetRandom(const uint64_t min, const uint64_t max) in GetRandom()
828 int GetRandomNum(const int min, const int max) in GetRandomNum()

12