Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uyegy
CPUnetPLOT
Commits
5e6e7e80
Commit
5e6e7e80
authored
Sep 09, 2014
by
Mario Hock
Browse files
TODO for --all-matches
parent
02a2f965
Changes
1
Hide whitespace changes
Inline
Side-by-side
simple_plotter.py
View file @
5e6e7e80
...
@@ -153,6 +153,11 @@ if __name__ == "__main__":
...
@@ -153,6 +153,11 @@ if __name__ == "__main__":
metavar
=
"ALPHA"
,
metavar
=
"ALPHA"
,
help
=
"Smooth CPU values with exponential moving average. (Disabled by default. When specified without parameter: ALPHA=0.1)"
)
help
=
"Smooth CPU values with exponential moving average. (Disabled by default. When specified without parameter: ALPHA=0.1)"
)
## TODO implement (maybe set as default)
parser
.
add_argument
(
"-a"
,
"--all-matches"
,
action
=
"store_true"
,
help
=
"Finds all matches current directory (or in --files, if specified) and plots them pairwise."
)
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
...
...
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