Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
b1508e84
Commit
b1508e84
authored
Aug 31, 2018
by
Pascal Loth
Committed by
yonghong-song
Aug 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wakeuptime.py (#1957)
fix a typo
parent
19bdbfd2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/wakeuptime.py
tools/wakeuptime.py
+1
-1
No files found.
tools/wakeuptime.py
View file @
b1508e84
...
...
@@ -42,7 +42,7 @@ examples = """examples:
./wakeuptime 5 # trace for 5 seconds only
./wakeuptime -f 5 # 5 seconds, and output in folded format
./wakeuptime -u # don't include kernel threads (user only)
./wakeuptime -p 185 # trace fo PID 185 only
./wakeuptime -p 185 # trace fo
r
PID 185 only
"""
parser
=
argparse
.
ArgumentParser
(
description
=
"Summarize sleep to wakeup time by waker kernel stack"
,
...
...
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