How can I count the actual solving time that CVX uses?

Hi,

I’m wondering how can I count the exact time that CVX uses to actually solve a problem.
I put CVX in my algorithm and I want to know if there is a way that I can count the total running time without taking the setup time into consideration.(I think CVX needs time to setup and then use the solver every time you use it)

Thanks,