Replies: 1 comment
-
Hi @timblaktu This is a great idea. Would you mind submitting a PR to address it? I am glad to review it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand how to configure profiling for the underlying ansible playbooks that get run during
molecule converge
, but I'm interested in profiling molecule itself. I care because in my current dev cycle, the overallmolecule converge
command is taking over 6 minutes (as reported bytime
command), but the task/role elapsed times reported by the ansible callbacks I've got configured (timer, profile_tasks, profile_roles) only sum up to just over a minute.When I run a molecule command, e.g.
molecule converge
, I'd like to see the time it took to run each stage in the molecule test sequence, e.g. thein MM:SS.msec
additions in the below molecule output:I'm using
molecule --debug
and it's not even showing timestamps anywhere. The output I see is same as above proposal, sans thein MM:SS.msec
bit.Beta Was this translation helpful? Give feedback.
All reactions