Steven Watanabe template profiler
A while back, I claimed having problems using Steven template profiler. I'm ashamed to say that the problem was that gcc is actually localized. So the warning I got in the filtered output was : "./test.hpp:17: attention : ‘int template_profiler::f(int)’ is deprecated (declared at ./template_profiler.hpp:50) " So I guess I have to edit the regex in postprocess ? I am not a regex guru so If Steven walk by, could you give me some directions to fix this on my end. -- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35
AMDG Joel Falcou wrote:
A while back, I claimed having problems using Steven template profiler.
I'm ashamed to say that the problem was that gcc is actually localized. So the warning I got in the filtered output was :
"./test.hpp:17: attention : ‘int template_profiler::f(int)’ is deprecated (declared at ./template_profiler.hpp:50) "
So I guess I have to edit the regex in postprocess ? I am not a regex guru so If Steven walk by, could you give me some directions to fix this on my end.
Does it work if you replace "warning" with ".*"? In Christ, Steven Watanabe
participants (2)
-
Joel Falcou
-
Steven Watanabe