summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smplock01/smplock01perf.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smplock01/smplock01perf.py')
-rwxr-xr-xtestsuites/smptests/smplock01/smplock01perf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/smptests/smplock01/smplock01perf.py b/testsuites/smptests/smplock01/smplock01perf.py
index 52db4d3cc1..43816814f8 100755
--- a/testsuites/smptests/smplock01/smplock01perf.py
+++ b/testsuites/smptests/smplock01/smplock01perf.py
@@ -23,6 +23,7 @@ plt.ylabel('Operation Count')
y = map(xmlNode.getContent, ctx.xpathEval('/SMPLock01/GlobalTicketLockWithLocalCounter/SumOfLocalCounter'))
x = range(1, len(y) + 1)
+plt.xticks(x)
plt.plot(x, y, label = 'Ticket Lock', marker = 'o')
y = map(xmlNode.getContent, ctx.xpathEval('/SMPLock01/GlobalMCSLockWithLocalCounter/SumOfLocalCounter'))