Home
last modified time | relevance | path

Searched refs:high (Results 1 – 18 of 18) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp227 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
228 CompareNumberTest(low, mid, high, ReportItem::CompareEventCount);
252 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
253 CompareNumberTest(low, mid, high, ReportItem::ComparePid);
276 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
277 CompareNumberTest(low, mid, high, ReportItem::CompareTid);
300 ReportItem high(3, 6, "eomm", "dso", "func", 0x12345, 12345); variable
301 CompareStringTest(low, mid, high, ReportItem::CompareComm);
324 ReportItem high(3, 6, "comm", "dso", "hunc", 0x12345, 12345); variable
325 CompareStringTest(low, mid, high, ReportItem::CompareFunc);
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/
DChartHighlighter.ets52 var high : Highlight = this.getHighlightForX(xVal, x, y);
53 return high;
112 var high : Highlight = closestValues.get(i);
114 if (high.getAxis() == axis) {
116 var tempDistance : number = Math.abs(this.getHighlightPos(high) - pos);
223 var high : Highlight = closestValues.get(i);
225 if (axis == null || high.getAxis() == axis) {
227 var cDistance : number = this.getDistance(x, y, high.getXPx(), high.getYPx());
230 closest = high;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DDataSet.ets304 var high : number = this.mEntries.size() - 1;
305 var closest : number = high;
307 while (low < high) {
308 var m : number = Math.floor((low + high) / 2);
320 high = m;
325 high = m;
331 closest = high;
380 var high : number = this.mEntries.size() - 1;
382 while (low <= high) {
383 var m : number = (high + low) / 2;
[all …]
DCandleEntry.ets24 /** shadow-high value */
44 * Returns the overall range (difference) between shadow-high and
63 * Returns the center value of the candle. (Middle value between high and
DChartData.ets447 console.log("addEntry", "Cannot add Entry because dataSetIndex too high or too low.");
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/
DChartTouchListener.ets100 * @param high
102 public setLastHighlighted(high: Highlight) {
103 this.mLastHighlighted = high;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DBarLineScatterCandleBubbleRenderer.ets59 let high: number = chart.getHighestVisibleX();
62 let entryTo: EntryOhos = dataSet.getEntryForXValue(high, NaN, Rounding.UP);
DRadarChartRenderer.ets354 for (let high of indices) {
355 let dataSet:IRadarDataSet= radarData.getDataSetByIndex(high.getDataSetIndex());
360 let e:RadarEntry = dataSet.getEntryForIndex(high.getDataIndex());
368 …sliceangle * high.getDataIndex() * this.mAnimator.getPhaseX() + this.radarChartMode.getRotationAng…
391 //high.setDraw(pOut.x, pOut.y);
DLineChartRenderer.ets231 let high = Math.min(mXAxis.mAxisMaximum, posForGetHighestVisibleX.x);
234 let entryTo = dataSet.getEntryForXValue(high, Number.NaN, Rounding.UP);
384 let high = Math.min(mXAxis.mAxisMaximum, posForGetHighestVisibleX.x);
387 let entryTo = dataSet.getEntryForXValue(high, Number.NaN, Rounding.UP);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/
DChart.ets541 * @param high - the highlight object
544 public highlightValueForObject(high: Highlight, callListener?: boolean) {
551 if (high == null)
556 console.info(Chart.LOG_TAG + ":Highlighted: " + high.toString())
559 e = this.mData.getEntryForHighlight(high);
562 high = null;
566 this.mIndicesToHighlight = [high];
577 this.mSelectionListener.onValueSelected(e, high);
686 * @param high
689 protected getMarkerPosition(high: Highlight): number[] {
[all …]
/developtools/profiler/hiebpf/include/
Dfstrace_progs.h342 static inline loff_t pos_from_hilo(unsigned long high, unsigned long low) in pos_from_hilo() argument
345 return (((loff_t)high << HALF_LONG_BITS) << HALF_LONG_BITS) | low; in pos_from_hilo()
Dvmlinux.h2922 long unsigned int high; member
3799 int high; member
13811 long unsigned int high; member
21194 u64 high; member
53943 u16 high; member
65810 uint16_t high[256]; member
158490 struct iw_quality high; member
/developtools/profiler/host/smartperf/doc/
Ddes_support_event.md167 sys.virtual.mem.high.wmark.hit.quickly
Dquickstart_trace_streamer.md233 sys.virtual.mem.high.wmark.hit.quickly
/developtools/profiler/host/smartperf/trace_streamer/doc/
Ddes_support_event.md212 sys.virtual.mem.high.wmark.hit.quickly
/developtools/smartperf_host/trace_streamer/doc/
Ddes_support_event.md212 sys.virtual.mem.high.wmark.hit.quickly
/developtools/smartperf_host/
DREADME.md7 …ice end and PC end, which exchange data with each other based on gRPC – a high-performance remote …
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DYAxis.ets233 * the chart, high values