source: GTP/trunk/Lib/Vis/Preprocessing/scripts/internal/plots_vsposp_i3d @ 1641

Revision 1641, 1.4 KB checked in by mattausch, 18 years ago (diff)

added an internal directory for scripts that are only of interest for wp3 developers

Line 
1#!/bin/sh
2
3PREFIX=../scripts/tests/i3d/vsposp_typical
4#PREFIX=../scripts/tests/i3d/vsposp_vienna
5PROGRAM=../../shared/EvalStats/Release/EvalStats.exe
6
7#PREFIX=../scripts/tests/egsr06/atlanta
8#COMMAND1=../cmxplot
9
10COMMAND1=./ps_memory_plot
11COMMAND2=./ps_memory_plot2
12COMMAND3=./ps_memory_plot3
13COMMAND4=./ps_memory_plot_artificial
14COMMAND5=./ps_memory_plot_samples
15
16STYLE=lines
17
18#$PREFIX-l.log \
19
20#FILES="\
21#$PREFIX-e1.log \
22#$PREFIX-e2.log \
23#"
24
25FILES="$PREFIX-interleaved_full-hierarchy-subdivisionStats.log $PREFIX-interleaved-hierarchy-subdivisionStats.log $PREFIX-gradient-hierarchy-subdivisionStats.log"
26$COMMAND1 $STYLE Splits TotalRenderCost $FILES
27./showplot $PREFIX-h-steps_totalRenderCost
28
29FILES="$PREFIX-interleaved_full-hierarchy-subdivisionStats.log $PREFIX-interleaved-hierarchy-subdivisionStats.log $PREFIX-gradient-hierarchy-subdivisionStats.log"
30$COMMAND2 $STYLE Splits RcPerMb $FILES
31./showplot $PREFIX-h-steps_rcpermp
32
33FILES="$PREFIX-interleaved_full-hierarchy-subdivisionStats.log $PREFIX-interleaved-hierarchy-subdivisionStats.log $PREFIX-gradient-hierarchy-subdivisionStats.log"
34$COMMAND1 $STYLE Splits TotalEntriesInPvs $FILES
35./showplot $PREFIX-h-steps_entries
36
37FILES="$PREFIX-interleaved_full-hierarchy-subdivisionStats.log $PREFIX-interleaved-hierarchy-subdivisionStats.log $PREFIX-gradient-hierarchy-subdivisionStats.log"
38$COMMAND2 $STYLE Splits Memory $FILES
39./showplot $PREFIX-h-steps_memory
40
41
42rm $PREFIX-*tmpplot*
Note: See TracBrowser for help on using the repository browser.