Execution time

Warning

This component is not activated by default.

Why do we need it?

As it is always nice to see how long we worked, we added this logic!

How does it work?

Note

Want to read the code ? It’s here PyFunceble.execution_time.ExecutionTime()!

It shows the exection time on screen (stdout) and at the end of the output/logs/percentage/percentage.txt file if show_percentage is activated.

How to use it?

You can simply change

show_execution_time: False

to

show_execution_time: True

into your personal .PyFunceble.yaml or use the --execution argument from the CLI to activate it.