::l::
+p_start("frame")
p_start("complicated 1")
for i=0,100 do
circfill(rnd()*128,rnd()*128,rnd()*100,rnd()*16)
circ(rnd()*128,rnd()*128,rnd()*100,rnd()*16)
end
p_end("complicated 2")
+p_end("frame")
p_show(1,1,32)
flip()
+goto l
+
```
Have fun. You can find a demo in perfgraphdemo.p8 in this repo. If you like this then feel free to follow me on Twitter: [@btsherratt](http://twitter.com/btsherratt/).