I want to retrieve the "run_time" value that is documented to belong to the OSQPInfo struct when solving the problem. I have used MATLAB to generate C-code.
However, it seems I have to enable the PROFILING macro to do so.
If I do it in the main .c file or in 'osqp.c' I get many errors like this:
"OSQPInfo has no member named 'update_time'".
So I was wondering how to enable PROFILING and where I should do it?
Thanks!