shaman_profiler

Hello

I tried the shaman_profiler.py. It is mentionned that we have to add the NUMERICAL_DEBUGGER and -g flags at compilation. However, NUMERICAL_DEBUGGER is not a compilation option. Could you explain what it means and where do I have to add it ?

If I forget this flag I have the following log:

shaman_profiler.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="?
 if name[i] is '>': # we are going inside a template
shaman_profiler.py:22: SyntaxWarning: "is" with a literal. Did you mean "=="?
 elif name[i] is '<': # we are going outside a template
Temporary breakpoint 1 at 0xee27e: file main.cpp, line 20.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Temporary breakpoint 1, main () at main.cpp:20
20	{
Function "NumericalDebugger::unstability" not defined.
Breakpoint 2 (NumericalDebugger::unstability) pending.
La valeur initiale de w : 2.4037287295335394e+00                       +- 0
La valeur initiale de b : -1.9638280493013109e+00                        +- 0
[Inferior 1 (process 8225) exited normally]