Home
last modified time | relevance | path

Searched refs:plot (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/serial_sched_time/
H A Dplot.py28 plt.plot(current['duration'], current['sched_time'],
51 plt.plot(base['duration'], base['sched_time'], color='b',
56 plt.plot(current['duration'], current['sched_time'],
H A Drun_sched_time_test.sh42 ${benchmark_dir}/serial_sched_time/plot.py ${benchmark_dir}/output/serial_sched_time_test.csv ${ben…
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/speedup/
H A Dplot.py40 plt.plot(current['duration'], current['speedup'],
63 plt.plot(base['duration'], base['speedup'], color='b',
69 plt.plot(current['duration'], current['speedup'],
H A Drun_speedup_test.sh42 ${benchmark_dir}/speedup/plot.py ${benchmark_dir}/output/speedup_test.csv ${benchmark_dir}/speedup/…
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp162 float plot = -static_cast<float>(ex - sx) / static_cast<float>(ey - sy); in DrawWuLine() local
163 float offset = 1 / (1 + plot * plot); in DrawWuLine()
166 float y0 = sy + (x0 - sx) * plot; in DrawWuLine()
168 float y1 = sy + (x1 - sx) * plot; in DrawWuLine()
170 float y2 = ey + (x2 - ex) * plot; in DrawWuLine()
172 float y3 = ey + (x3 - ex) * plot; in DrawWuLine()
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/
H A Dplot.py38 ax.plot(stall, data_base, 's-', label='_'.join([label, 'base']))
39 ax.plot(stall, data, 'o-', label=label)