Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZhouShuya
OpenXG-RAN
Commits
e5cdd929
Commit
e5cdd929
authored
Apr 22, 2021
by
hardy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing typo ; calls to generate all charts
parent
698a9ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
ci-scripts/ran.py
ci-scripts/ran.py
+10
-2
No files found.
ci-scripts/ran.py
View file @
e5cdd929
...
...
@@ -897,8 +897,16 @@ class RANManagement():
#updating charts
#will plot avg and max on the same chart, these 2 columns have to be side by side
#spreadsheet , chart name, chart type, x title , y title, start row inc header, end row, start col, end col excluded
gRT
.
cls_rt_monitor
.
gChart
(
'timeseries'
,
'feprx'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
3
,
4
)
#spreadsheet , chart name, chart type, x title , y title, start row inc header, end row, start col, end col
gRT
.
gChart
(
'timeseries'
,
'feprx'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
3
,
4
)
gRT
.
gChart
(
'timeseries'
,
'feptx_prec'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
5
,
6
)
gRT
.
gChart
(
'timeseries'
,
'feptx_ofdm'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
7
,
8
)
gRT
.
gChart
(
'timeseries'
,
'feptx_total'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
9
,
10
)
gRT
.
gChart
(
'timeseries'
,
'L1 Tx proc'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
11
,
12
)
gRT
.
gChart
(
'timeseries'
,
'DLSCH enc'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
13
,
14
)
gRT
.
gChart
(
'timeseries'
,
'L1 Rx proc'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
15
,
16
)
gRT
.
gChart
(
'timeseries'
,
'PUSCH inner-rec'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
17
,
18
)
gRT
.
gChart
(
'timeseries'
,
'PUSCH dec'
,
'COLUMN'
,
'CI RUNs DateTime'
,
'ProcessingTime (us)'
,
0
,
1000
,
19
,
20
)
########################
#count "problem receiving samples" msg
...
...
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