I use some code to report duration of a task using std::chrono::high_resolution_clock ... part of c++0x.
I can successfully compile c++0x features in eclipse cdt usi
Eclipse has it's own parser. That parser can't deal with the c++11 (C++0x) features. So you have to wait until the c++11 support in the eclipse parser will be ready.