Console profiling

Hi, developers.

I need suggestion how to make yii\debug\Module work in console application.

In web its ok, i see all results, but i want the same for console (cron) runs.

Thanks

It’s not intended to work with console. In you case it’s better to rely on logging.

Almost overrided this to console.