Lines Matching refs:write

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