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 | |
---|
3 | PREFIX=../scripts/tests/i3d/vsposp_typical |
---|
4 | #PREFIX=../scripts/tests/i3d/vsposp_vienna |
---|
5 | PROGRAM=../../shared/EvalStats/Release/EvalStats.exe |
---|
6 | |
---|
7 | #PREFIX=../scripts/tests/egsr06/atlanta |
---|
8 | #COMMAND1=../cmxplot |
---|
9 | |
---|
10 | COMMAND1=./ps_memory_plot |
---|
11 | COMMAND2=./ps_memory_plot2 |
---|
12 | COMMAND3=./ps_memory_plot3 |
---|
13 | COMMAND4=./ps_memory_plot_artificial |
---|
14 | COMMAND5=./ps_memory_plot_samples |
---|
15 | |
---|
16 | STYLE=lines |
---|
17 | |
---|
18 | #$PREFIX-l.log \ |
---|
19 | |
---|
20 | #FILES="\ |
---|
21 | #$PREFIX-e1.log \ |
---|
22 | #$PREFIX-e2.log \ |
---|
23 | #" |
---|
24 | |
---|
25 | FILES="$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 | |
---|
29 | FILES="$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 | |
---|
33 | FILES="$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 | |
---|
37 | FILES="$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 | |
---|
42 | rm $PREFIX-*tmpplot* |
---|
Note: See
TracBrowser
for help on using the repository browser.