diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-11 11:40:46 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-11 11:40:46 +0200 |
| commit | bded5bf95f032e11f1baea2b0967f5f45109984e (patch) | |
| tree | f36a687adc1936b10c9e831995a1e372c1c601f9 | |
| parent | 467547454f48a7760a9e6dbb2ef7048e75e87c20 (diff) | |
| download | allocbench-bded5bf95f032e11f1baea2b0967f5f45109984e.tar.gz allocbench-bded5bf95f032e11f1baea2b0967f5f45109984e.zip | |
remove unused imports
| -rw-r--r-- | falsesharing.py | 3 | ||||
| -rw-r--r-- | larson.py | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/falsesharing.py b/falsesharing.py index 05a193e..e02f432 100644 --- a/falsesharing.py +++ b/falsesharing.py @@ -1,11 +1,8 @@ -import csv -import pickle import matplotlib.pyplot as plt import multiprocessing import numpy as np import os import re -import subprocess from benchmark import Benchmark @@ -1,11 +1,8 @@ -import csv -import pickle import matplotlib.pyplot as plt import multiprocessing import numpy as np import os import re -import subprocess from benchmark import Benchmark |
