Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
1e438610
Commit
1e438610
authored
Mar 09, 2018
by
Kirill Smelkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! X neotest: Also show target-latency for C-states
parent
ca0d828b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
go/neo/t/neotest
go/neo/t/neotest
+1
-1
No files found.
go/neo/t/neotest
View file @
1e438610
...
@@ -605,7 +605,7 @@ system_info() {
...
@@ -605,7 +605,7 @@ system_info() {
while
read
state
;
do
while
read
state
;
do
is+
=
" "
is+
=
" "
lat
=
`
cat
$state
/latency
`
lat
=
`
cat
$state
/latency
`
res
=
`
cat
$state
/residency
`
res
=
`
cat
$state
/residency
2>/dev/null
`
||
res
=
"?"
# added in linux 3.15
test
"
`
cat
$state
/disable
`
"
=
"1"
&&
is+
=
"!"
||
latmax
=
$((
$lat
>
$latmax
?
$lat
:
$latmax
))
test
"
`
cat
$state
/disable
`
"
=
"1"
&&
is+
=
"!"
||
latmax
=
$((
$lat
>
$latmax
?
$lat
:
$latmax
))
is+
=
"
`
cat
$state
/name
`
·
${
lat
}
/
${
res
}
"
is+
=
"
`
cat
$state
/name
`
·
${
lat
}
/
${
res
}
"
done
\
done
\
...
...
Kirill Smelkov
@kirr
mentioned in commit
a60c472c
·
Jul 12, 2018
mentioned in commit
a60c472c
mentioned in commit a60c472c76da315f918afeb06f994c8610cf7c84
Toggle commit list
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