tzwm / comfyui-profiler

Calculate the execution time of all nodes.
136 stars 11 forks source link

requestola - seconds to minutes #4

Open michaelLochlann opened 7 months ago

michaelLochlann commented 7 months ago

if you see 276s for everything, you gotta mentally do the math to get minutes every time you look at one.

can you string replace the s, then divide the resulting number by 60, then add an m, and print that if the number of seconds is over 60?

so 32s if less than 60s 1.6m if its whatever that is in seconds. etc.

may seem like a dumb request but some of us are not great at mental math.