mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 19:05:33 +00:00
SampleApplication: Change the unit of result
Correct the unit of sample-application result, which should be us(microseconds). Tracked-On #7820 Signed-off-by: Zhang Wei <wei6.zhang@linux.intel.com>
This commit is contained in:
parent
2a8b80d0c1
commit
ddefbfa6b9
@ -49,7 +49,7 @@ def create_hist():
|
|||||||
figure = plt.hist(dataset)
|
figure = plt.hist(dataset)
|
||||||
|
|
||||||
plt.title("Latency percentages")
|
plt.title("Latency percentages")
|
||||||
plt.xlabel("Latency Value (ms)")
|
plt.xlabel("Latency Value (us)")
|
||||||
plt.ylabel("Frequency")
|
plt.ylabel("Frequency")
|
||||||
plt.savefig("hist.png")
|
plt.savefig("hist.png")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user