Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
f948ce82
Commit
f948ce82
authored
14 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
bug 1362: added graph for execution time distribution
parent
fb7e0dda
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
doc/papers/2011/europar/Makefile
+1
-1
1 addition, 1 deletion
doc/papers/2011/europar/Makefile
doc/papers/2011/europar/execution_times.jgr
+71
-0
71 additions, 0 deletions
doc/papers/2011/europar/execution_times.jgr
with
73 additions
and
1 deletion
.gitattributes
+
1
−
0
View file @
f948ce82
...
...
@@ -2557,6 +2557,7 @@ doc/papers/2011/europar/ION-processing.svg -text
doc/papers/2011/europar/LBA-field.jpg -text
doc/papers/2011/europar/Makefile -text
doc/papers/2011/europar/delay.fig -text
doc/papers/2011/europar/execution_times.jgr -text
doc/papers/2011/europar/llncs.cls -text
doc/papers/2011/europar/llncs2e.zip -text
doc/papers/2011/europar/lofar.bib -text
...
...
This diff is collapsed.
Click to expand it.
doc/papers/2011/europar/Makefile
+
1
−
1
View file @
f948ce82
...
...
@@ -4,7 +4,7 @@ BIB_SOURCES = lofar.bib
FIG_SOURCES
=
delay.fig
JGR_SOURCES
=
stations-beams.jgr
JGR_SOURCES
=
stations-beams.jgr
execution_times.jgr
JPG_SOURCES
=
...
...
This diff is collapsed.
Click to expand it.
doc/papers/2011/europar/execution_times.jgr
0 → 100644
+
71
−
0
View file @
f948ce82
(*
1 = I, 16i, 4s, 543b
2 = I, 8i, 24s, 327b
3 = I, 8i, 64s, 155b
4 = IQUV, 24s, 13b
5 = IQUV, 64s, 10b
pre bf dsp & I/O -> 3.16 % 4.69 % 7.70 % 4.07 % 6.72 %
beam forming -> 14.66 % 49.19 % 67.27 % 2.19 % 4.56 %
stokes -> 45.38 % 26.98 % 13.32 % 0.27 % 0.20 %
2nd xpose -> 7.75 % 2.73 % 0.85 % 2.88 % 3.40 %
stokes reorder -> 3.64 % 4.44 % 2.11 % 5.77 % 4.45 %
output I/O -> 1.06 % 0.48 % 0.20 % 0.80 % 0.36 %
*)
newgraph
yaxis min 0 max 100 label : BG/P occupation (% CPU time)
xaxis min 0 max 6 hash 0
hash_labels rotate 22 vjt hjr
hash_label at 1 : I, 16i, 4s, 543b
hash_label at 2 : I, 8i, 24s, 327b
hash_label at 3 : I, 8i, 64s, 155b
hash_label at 4 : IQUV, 24s, 13b
hash_label at 5 : IQUV, 64s, 10b
newcurve
(* output core pure I/O *)
marktype xbar marksize 0.8 fill 0 pattern solid
pts
1 75.65 2 88.51 3 91.45 4 15.98 5 19.69
label : Output to I/O node
newcurve
(* output reorder *)
marktype xbar marksize 0.8 fill 0.8 pattern solid
pts
1 74.59 2 88.03 3 91.25 4 15.18 5 19.33
label : Output reordering
newcurve
(* 2nd xpose *)
marktype xbar marksize 0.8 fill 1 pattern solid
pts
1 70.95 2 83.59 3 89.14 4 9.41 5 14.88
label : 2nd all-to-all exchange
newcurve
(* stokes calculation *)
marktype xbar marksize 0.8 pattern stripe 45
pts
1 63.2 2 80.86 3 88.29 4 6.53 5 11.48
label : Stokes calculations
newcurve
(* beam forming *)
marktype xbar marksize 0.8 fill 0.5 pattern solid
pts
1 17.82 2 53.88 3 74.97 4 6.26 5 11.28
label : Beam forming
newcurve
(* input core I/O + prebf dsp *)
marktype xbar marksize 0.8 fill 0.5 pattern stripe -45
pts
1 3.16 2 4.69 3 7.7 4 4.07 5 6.72
label : 1st all-to-all exchange & \
input handling
legend top defaults hjl linelength 75 x 4 y 80
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment