mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 22:39:29 +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:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user