mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-28 19:54:01 +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)
|
||||
|
||||
plt.title("Latency percentages")
|
||||
plt.xlabel("Latency Value (ms)")
|
||||
plt.xlabel("Latency Value (us)")
|
||||
plt.ylabel("Frequency")
|
||||
plt.savefig("hist.png")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user