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 -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-obje…
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 -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-obje…
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 -suppress-prompts -use-mcjit=false -input-IR=%s < %s > %s-mcjit.out 2> %s…
31 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
32 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
40 …self.shfile.write("./toy -suppress-prompts -use-mcjit=false -dump-modules < %s 2> %s\n" % (libname…
54 callfile.write(line)
56 libfile.write(line)