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
Noric Couderc
JBrainy
Commits
b8261e9f
Commit
b8261e9f
authored
Nov 20, 2021
by
Noric Couderc
Browse files
Fix: Computation of list of counters used in RunSpec
parent
a9c1dccc
Changes
1
Show whitespace changes
Inline
Side-by-side
core/src/main/kotlin/se/lth/cs/papicounters/PapiBenchmarkAnalyzer.kt
View file @
b8261e9f
...
...
@@ -26,7 +26,9 @@ interface PapiBenchmarkAnalyzer {
}
fun
counters
()
:
List
<
PAPICounter
>
{
return
features
.
filterIsInstance
<
PAPICounter
>()
val
eb
=
EventSetBuilder
()
features
.
accept
(
eb
)
return
eb
.
getCounterSet
().
toList
()
}
}
...
...
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