Get the running time of the inner solver

Hi,

Is there an option to get the running time of the inner solver (e.g.) Mosek? I’d like to know how much time was spent on preprocessing.

I think not, unless things have changed, or will perhaps change in the future. See CVX Modeling time vs. Solver time .

If I’m not mistaken, to implement that one only needs to surround the inner solver call with tic-toc, and return the result.