Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philippe SWARTVAGHER
memory-contention
Commits
29c54dbb
Commit
29c54dbb
authored
Dec 08, 2021
by
Philippe SWARTVAGHER
Browse files
FilesParser: add support for per-core perf for Memset results
parent
a1a26df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
plot/comm_comp.py
View file @
29c54dbb
...
...
@@ -356,6 +356,12 @@ class FilesParser:
'max'
:
values
[
5
]
}
}
if
self
.
_per_core
:
r
[
CompMetric
.
BANDWIDTH
][
'min'
]
/=
nb_threads
r
[
CompMetric
.
BANDWIDTH
][
'avg'
]
/=
nb_threads
r
[
CompMetric
.
BANDWIDTH
][
'max'
]
/=
nb_threads
return
int
(
words
[
0
]),
r
def
rearrange_dict
(
d
):
...
...
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