HERSRZBSYVKLTVFJ5EKT4PEGTXAWH7GMGAOW2SJ4CJE2AX7W4EGAC
3FJIA5OSXX6BDHBJ3T44UF4WTCW5OBC2JN3345JKTTQLRZ37U3SAC
3GIZSN7R6TDB6KD5H3CASDDCEPDJAQ733GNYSPZBJCF7RQQWU3ZQC
JMUE7GSN6QDQZ6NDRB55MRJMKJN6LBD6MVQPKROYPDOIXM7I3XNQC
KKMFQDR43ZWVCDRHQLWWX3FCWCFA3ZSXYOBRJNPHUQZR2XPKWULAC
ZUVS2754WHE4L3SMNFKGY5ZVBTIXUCYD3OVPDJBQM3AKPHSPMC3QC
GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC
DFO5SFDTU6GR5XQ4X5U6I2BENQNQP3M4EUUQ2E2DQEB3YQYS2WIAC
N1 = 60, -- # of fine-grained samples to show
N2 = 60, -- # of coarse-grained samples to show
X = 5, -- number of fine-grained samples that make up one coarse-grained sample; must be <= N1
N1 = 300, -- # of fine-grained samples to show
N2 = 300, -- # of coarse-grained samples to show
X = 10, -- number of fine-grained samples that make up one coarse-grained sample; must be <= N1
love.graphics.rectangle('fill', App.screen.width-490,App.screen.height-450, 490,450)
love.graphics.rectangle('fill', App.screen.width-900,App.screen.height-460, 900,460)
App.color{r=0.6,g=0.6,b=0.6}
love.graphics.rectangle('line', App.screen.width-895,App.screen.height-455, 890,450)
love.graphics.rectangle('line', App.screen.width-485,App.screen.height-445, 480,440)
draw_graph(F.data1, 'fast', App.screen.width-420,App.screen.height-445, 400,200, F.N1)
draw_graph(F.data2, 'slow', App.screen.width-420,App.screen.height-235, 400,200, F.N2)
draw_graph(F.data1, 'fast', App.screen.width-820,App.screen.height-445, 800,200, F.N1)
draw_graph(F.data2, 'slow', App.screen.width-820,App.screen.height-235, 800,200, F.N2)