search for: perfmet

Displaying 3 results from an estimated 3 matches for "perfmet".

Did you mean: permet
2004 Oct 06
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...h: In member function `void ClassPerfoMeter<T1, T2, T3>::dtor_action() const': pfmeter2.h:832: error: `end_resource_value_' undeclared (first use this function) ... In any case, our test suite works best with individual programs that do one thing, then exit (like the fib program), so perfmeter isn't directly useful. It's a neat suite though, thanks for the pointer! -Chris -- http://llvm.org/ http://nondot.org/sabre/
2004 Oct 06
1
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...erfoMeter<T1, T2, > T3>::dtor_action() const': > pfmeter2.h:832: error: `end_resource_value_' undeclared (first use this > function) > ... > > In any case, our test suite works best with individual programs that do > one thing, then exit (like the fib program), so perfmeter isn't directly > useful. It's a neat suite though, thanks for the pointer! > [snip] Thanks. I compiled that with g++ 3.3 some time ago. I checked that again. * It is compiled fine with g++ 3.3. * It isn't compiled with g++ 3.4. I have such a problem with my other projects....
2004 Oct 06
3
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
"Chris Lattner" <sabre at nondot.org> wrote in message news:Pine.LNX.4.44.0410051204480.5863-100000 at nondot.org... > On Tue, 5 Oct 2004, Alex Vinokur wrote: > > > I would like to use LLVM-GCC to compare its performance with other compilers. > > Something like testsuite "Computing very large Fibonacci numbers" at > >