Joe Buck <jbuck@synopsys.com> writes: > Congrats, you just timed the compiler, the assembler, and the linker, > not just the compiler. The compiler is too slow, but if you want to time > just the compiler you need to write > > time g++-3.1 -S hellow.cpp You may also find -time to be useful. zw