Home
last modified time | relevance | path

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

/system/extras/memcpy-perf/
Dgraph_memcpy.py3 import matplotlib.pyplot as plt namespace
11 fig, ax = plt.subplots(nrows=1)
14 plt.xlabel("size in bytes")
15 plt.ylabel("BW in GB/s")
16 plt.title("size vs. bw")
17 plt.tight_layout()
31 legend = plt.legend()
32 plt.show()