📄 crossover.jgr
字号:
(* Timing.jgr -- * * Master Jgraph file for plotting the results from the Brook timing * tests. *)newgraph (* GPU / CPU Crossover *)yaxis label : Number of MFLOPsxaxis label : Number of Floats Transferredbordertitle : CPU / GPU Crossover Curve (Low End)newcurve label : Ideal Line marktype triangle linetype dashed pts 0 0 pts shell : awk '/RunKVSIdeal / { \ print 100*100*4, $4 * 100*100*4 / 1000000 \ }' crossover.ptsnewcurve label : Actual Values marktype circle linetype solid pts shell : awk '/RunKVS / { if ($6 <= 100) { \ print $1, $3/1000000 \ } }' crossover.ptslegend bottomnewpagenewgraph (* GPU / CPU Crossover *)yaxis label : Number of MFLOPsxaxis label : Number of Floats Transferredbordertitle : CPU / GPU Crossover Curve (Total)newcurve label : Ideal Line marktype triangle linetype dashed pts 0 0 pts shell : awk '/RunKVSIdeal / { \ print 900*900*4, $4 * 900*900*4 / 1000000 \ }' crossover.ptsnewcurve label : Actual Values marktype circle linetype solid pts shell : awk '/RunKVS / { if ($6 <= 900) { \ print $1, $3/1000000 \ } }' crossover.ptslegend bottom
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -