root/trunk/scripts/stats.gnuplot

Revision 2654, 0.6 kB (checked in by hagish, 2 months ago)
extended ogre stats
Line 
1w=1.
2h=1.
3c=7.
4dx=0.
5
6set terminal png size 800,800
7#set output "plot.png"
8set output '| display png:-'
9set size w,h
10set origin dx,0
11
12set xlabel "ticks"
13set grid x y
14set lmargin 10.
15
16set multiplot layout 7,1 scale 1,1
17
18plot "stats.dat" using 2 with lines title "fps"
19plot "stats.dat" using 3 with lines title "batches"
20plot "stats.dat" using 4 with lines title "triangles"
21plot "stats.dat" using 5 with lines title "ogre mem"
22plot "stats.dat" using 6 with lines title "lua mem"
23plot "stats.dat" using 7 with lines title "jobs"
24plot "stats.dat" using 8 with lines title "loading"
25
26unset multiplot
Note: See TracBrowser for help on using the browser.