Adding tracing methods.

This commit is contained in:
Ben Vanik
2013-01-24 00:10:24 -08:00
parent 385a4ee23b
commit 47481fecf7
8 changed files with 107 additions and 14 deletions

View File

@@ -5,8 +5,11 @@ rm build/$1*
./build/xenia/release/xenia-run \
private/$1 \
--optimize_ir_modules=false \
--optimize_ir_modules=true \
--optimize_ir_functions=false \
--trace_kernel_calls=true \
--trace_user_calls=true \
--trace_instructions=false \
2>build/run.llvm.txt 1>build/run.txt
if [ ! -s build/run.llvm.txt ]; then