Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CPUnetPLOT
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CPUnetLOG
CPUnetPLOT
Commits
0338000c
Commit
0338000c
authored
Nov 17, 2015
by
Mario Hock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
343851af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cnl_ls.py
cnl_ls.py
+1
-1
cnl_plot.py
cnl_plot.py
+1
-1
No files found.
cnl_ls.py
View file @
0338000c
...
...
@@ -31,7 +31,7 @@ def are_close(cnl_file1, cnl_file2):
t1
=
get_begin
(
cnl_file1
)
t2
=
get_begin
(
cnl_file2
)
return
abs
(
t1
-
t2
)
<
10
return
abs
(
t1
-
t2
)
<
62
def
find_match
(
cnl_file
,
list_of_files
):
...
...
cnl_plot.py
View file @
0338000c
...
...
@@ -182,7 +182,7 @@ if __name__ == "__main__":
DEFAULT_OPACITY
=
0.7
DEFAULT_ALPHA
=
0.1
# alpha for ema, the smaller the smoother
DEFAULT_Y_RANGE
=
1
0
# Gbit/s
DEFAULT_Y_RANGE
=
1
# Gbit/s
parser
=
argparse
.
ArgumentParser
()
...
...
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