[QUESTION] How to time the code #982
Replies: 1 comment
|
Yes — you can absolutely use However, the key missing piece is: timers only print if you explicitly enable logging / reporting. 1. What
|
|
Yes — you can absolutely use However, the key missing piece is: timers only print if you explicitly enable logging / reporting. 1. What
|
Uh oh!
There was an error while loading. Please reload this page.
Hi Megatron team!
I wanted to time some of Megatron's code blocks, but didn't find a good way to do it.
But I was surprised to find code like this:
Can I us config.timers() to time the code? If yes, how can i see the output from config.timers.
Thanks!
All reactions