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
20e3c28b
Commit
20e3c28b
authored
Jun 04, 2024
by
iker_martin
Browse files
The order in the raw output has been modified, the raw data processor now takes this into account.
parent
dab2b5d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Analysis/MallTimes.py
View file @
20e3c28b
...
...
@@ -115,9 +115,10 @@ def record_stage_line(lineS, dataG_it, stage):
# and stores them in the dataframe
# Is needed to indicate to which group refers
# the resize line
# Group 0: Iters=3, Procs=80, Factors=0.037500, Dist=2, RM=0, SM=0, RS=0, SS=0
def
record_group_line
(
lineS
,
dataG_it
,
group
):
array_groups
=
[
G_enum
.
ITERS
.
value
,
G_enum
.
GROUPS
.
value
,
G_enum
.
FACTOR_S
.
value
,
G_enum
.
DIST
.
value
,
\
G_enum
.
RED_METHOD
.
value
,
G_enum
.
RED_STRATEGY
.
value
,
G_enum
.
SPAWN_METHOD
.
value
,
G_enum
.
SPAWN_STRATEGY
.
value
]
G_enum
.
RED_METHOD
.
value
,
G_enum
.
SPAWN_METHOD
.
value
,
G_enum
.
RED_STRATEGY
.
value
,
G_enum
.
SPAWN_STRATEGY
.
value
]
offset_lines
=
2
for
i
in
range
(
len
(
array_groups
)):
value
=
get_value
(
lineS
,
i
+
offset_lines
)
...
...
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