Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
c3f4d98c
Commit
c3f4d98c
authored
Mar 30, 2023
by
iker_martin
Browse files
Minor typo correction
parent
1eae4f85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Analysis/MallTimes.py
View file @
c3f4d98c
...
...
@@ -180,8 +180,8 @@ def read_local_file(f, dataG, it, runs_in_file):
real_it
=
it
-
(
runs_in_file
-
offset
)
group
=
int
(
lineS
[
1
].
split
(
":"
)[
0
])
if
lineS
[
0
]
==
"Async_Iters:"
:
offset_line
s
=
1
dataG
[
real_it
][
G_enum
.
ASYNCH_ITERS
.
value
][
group
]
=
get_value
(
lineS
,
offset_line
s
,
False
)
offset_line
=
1
dataG
[
real_it
][
G_enum
.
ASYNCH_ITERS
.
value
][
group
]
=
get_value
(
lineS
,
offset_line
,
False
)
else
:
record_multiple_times_line
(
lineS
,
dataG
[
real_it
],
group
)
...
...
Write
Preview
Supports
Markdown
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