Commit b08c5130 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

moves doc string in dist_memcache.py to top of file

parent fce54131
...@@ -19,14 +19,13 @@ ...@@ -19,14 +19,13 @@
# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
import sys
import json
""" Generates data file for dist_memcache scalability graph. First column is """ Generates data file for dist_memcache scalability graph. First column is
the number of hosts, second column the qemu timing simulation time in hours, the number of hosts, second column the qemu timing simulation time in hours,
and the third column is the gem5 simulation time.""" and the third column is the gem5 simulation time."""
import sys
import json
if len(sys.argv) != 2: if len(sys.argv) != 2:
print('Usage: dist_memcache.py OUTDIR') print('Usage: dist_memcache.py OUTDIR')
sys.exit(1) sys.exit(1)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment