<div dir="ltr">Is there an easy way to ask CBC where the time is spent in a solve, for the sake of tuning?<div><br></div><div>For example, how much time is spent in probing? or strong branching? etc? Is there an option to print this to the screen?</div><div><br></div><div>I am using the following API:</div><div><div>   CbcModel cbc(*osiClp);</div><div>   cbc.setLogLevel(debugLevel);</div><div>   cbc.branchAndBound(3);</div></div><div><br></div><div><br></div></div>