Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
b08c5130
Commit
b08c5130
authored
Jun 17, 2022
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
Jul 08, 2022
Browse files
moves doc string in dist_memcache.py to top of file
parent
fce54131
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
results/dist_memcache.py
results/dist_memcache.py
+3
-4
No files found.
results/dist_memcache.py
View file @
b08c5130
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment