aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-10-30 14:35:05 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-10-30 14:35:05 +0100
commit8fa6601723399e242cf34437e0b4cbc028d7c765 (patch)
tree315cfc732dbb5c4b410aef5f198815959947ff4a
parentde8f92b176252b52827f29621aabb91743c17c63 (diff)
downloadallocbench-8fa6601723399e242cf34437e0b4cbc028d7c765.tar.gz
allocbench-8fa6601723399e242cf34437e0b4cbc028d7c765.zip
add toprule to tex tables
-rw-r--r--src/benchmark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index a774ac9..94c10aa 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -855,6 +855,7 @@ class Benchmark:
print("\\usepackage{xcolor}", file=f)
print("\\begin{document}", file=f)
print("\\begin{tabular}{|", f"{'c|'*nperm_fields}", f"{'c'*nentries}|"*nallocators, "}", file=f)
+ print("\\toprule", file=f)
print(alloc_header_line, file=f)
print("\\hline", file=f)