Lines Matching full:write
10 self.shfile.write("echo \"\" > %s\n" % self.timeFile)
17 self.shfile.write("echo \"%s: Calls %s\" >> %s\n" % (callname, irname, self.timeFile))
18 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
19 self.shfile.write("echo \"With MCJIT\" >> %s\n" % self.timeFile)
20 …self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tm…
21 self.shfile.write(" -o %s -a " % self.timeFile)
22 …self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\…
23 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
24 self.shfile.write("echo \"With MCJIT again\" >> %s\n" % self.timeFile)
25 …self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tm…
26 self.shfile.write(" -o %s -a " % self.timeFile)
27 …self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\…
28 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
29 self.shfile.write("echo \"With JIT\" >> %s\n" % self.timeFile)
30 …self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tm…
31 self.shfile.write(" -o %s -a " % self.timeFile)
32 …self.shfile.write("./toy-jit -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callna…
33 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
34 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
42 self.shfile.write("./toy-ir-gen < %s 2> %s\n" % (libname, irname))
56 callfile.write(line)
58 libfile.write(line)