#!/bin/sh
python time_run_command_to_csv.py "../../../../pin  -t ../obj-intel64/pinglueserver.so -gluetool ../tests/Scripts/instcount_ins.py -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/pinglueserver.makefile.copy" 385 --csv instcount_ins.csv --name script
python time_run_command_to_csv.py "../../../../pin  -t ../obj-intel64/instcount_ins.so -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/instcount_ins.makefile.copy" 385 --csv instcount_ins.csv --name native
python time_run_command_to_csv.py  "../../../../pin  -t ../obj-intel64/pinglueserver.so -gluetool ../tests/Scripts/instcount_bbl.py -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/pinglueserver.makefile.copy" 385 --csv instcount_bbl.csv --name script
python time_run_command_to_csv.py "../../../../pin  -t ../obj-intel64/instcount_bbl.so -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/instcount_bbl.makefile.copy" 385 --csv instcount_bbl.csv --name native
python time_run_command_to_csv.py  "../../../../pin  -t ../obj-intel64/pinglueserver.so -gluetool ../tests/Scripts/staticcount.py -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/pinglueserver.makefile.copy" 385 --csv staticcount.csv --name script
python time_run_command_to_csv.py  "../../../../pin  -t ../obj-intel64/staticcount.so -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/staticcount.makefile.copy" 385 --csv staticcount.csv --name native
python time_run_command_to_csv.py  "../../../../pin  -t ../obj-intel64/pinglueserver.so -gluetool ../tests/Scripts/malloctrace.py -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/pinglueserver.makefile.copy" 385 --csv malloctrace.csv --name script
python time_run_command_to_csv.py  "../../../../pin  -t ../obj-intel64/malloctrace.so -- ../../../tools/Utils/obj-intel64/cp-pin.exe makefile obj-intel64/malloctrace.makefile.copy" 385 --csv malloctrace.csv --name native