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
fe269309
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "6b870bc02463b10c3ee8234a300399fd89df5b81"
Commit
fe269309
authored
Dec 07, 2020
by
Antoine Kaufmann
Browse files
results: fix udp parse script output for graph
parent
7025616f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
results/udp.py
results/udp.py
+1
-1
No files found.
results/udp.py
View file @
fe269309
...
@@ -19,7 +19,7 @@ for bw in types_of_bw:
...
@@ -19,7 +19,7 @@ for bw in types_of_bw:
start_time
=
exp_log
[
"start_time"
]
start_time
=
exp_log
[
"start_time"
]
end_time
=
exp_log
[
"end_time"
]
end_time
=
exp_log
[
"end_time"
]
diff_time
=
(
end_time
-
start_time
)
/
60
#min
diff_time
=
(
end_time
-
start_time
)
/
60
#min
print
(
start_time
,
end_time
,
diff_time
)
print
(
'%d
\t
%f'
%
(
bw
,
diff_time
)
)
log
.
close
()
log
.
close
()
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