search for: spec_benchmark

Displaying 4 results from an estimated 4 matches for "spec_benchmark".

2005 Jul 01
1
[LLVMdev] execution time of bytecode and native
...t;execution time" of all the .bc and native files. The log for nightly test itself gives execution times but I am passing the bytecode files to my pass which gives another bytecode file.I have to calculate execution time of such bytecode and native files as well.If i simply do this: time lli spec_benchmark.bc OR time ./spec_benchmark.native I need to know the command line options and also how to run for "test" or "ref" etc and like.Is I run experiments (run my pass) some 30 times so is there any way to achieve it globally ? I appreciate your time, Thanks -------------...
2005 Jul 01
0
[LLVMdev] execution time of bytecode and native
...ere is a lot of stuff there to play with, I would suggest giving it a try. To use SPEC 95/2K, set up the External/SPEC/* stuff and it should just work (including automatic management of input/output files etc). BTW, the nightly tester is just one client of this framework. -Chris > time lli spec_benchmark.bc OR time ./spec_benchmark.native > > I need to know the command line options and also how to run for "test" or "ref" etc and like.Is > > I run experiments (run my pass) some 30 times so is there any way to achieve it globally ? > > I appreciate your time, &gt...
2005 Jun 30
3
[LLVMdev] X86AsmPrinter + MASM and NASM backends
Some wheird problem, Target/X86 builds okay now. But there seems to be another problem with the Cygwin build :- make[4]: Entering directory `/usr/build/llvm/lib/Target/SparcV9/ModuloScheduling' llvm[4]: Compiling ModuloSchedulingSuperBlock.cpp for Debug build /usr/src/llvm/lib/Target/SparcV9/ModuloScheduling/ModuloSchedulingSuperBlock.cpp : In member function `virtual bool
2005 Jul 21
1
[LLVMdev] execution time of bytecode and native
...here is a lot of stuff there to play with, I would suggest giving it a try. To use SPEC 95/2K, set up the External/SPEC/* stuff and it should just work (including automatic management of input/output files etc). BTW, the nightly tester is just one client of this framework. -Chris > time lli spec_benchmark.bc OR time ./spec_benchmark.native > > I need to know the command line options and also how to run for "test" or "ref" etc and like.Is > > I run experiments (run my pass) some 30 times so is there any way to achieve it globally ? > > I appreciate your time, &gt...