53e7217cb8093763f695fba0704d6d2ff05521c0
[lttv.git] / trunk / masters-pmf / java_speed_test / make_trace.sh
1 (for i in $(seq 1000); do cat basic_record.dat; done) >tmp.dat
2 (for i in $(seq 10); do cat tmp.dat; done) >trace.dat
This page took 0.028829 seconds and 3 git commands to generate.