Been playin around with the profiler, and seen some weird results about the mins/max.
For example, set_task
PHP Code:
name | calls | time / min / max
set_task | 104069 | 0.733546 / 0.000000 / 0.030394
remove_task
PHP Code:
remove_task | 9527 | 0.710004 / 0.000000 / 0.012661
operator/(_:,Float
PHP Code:
operator/(_:,Float:) | 71562 | 0.026303 / 0.000000 / 0.012143
And many other cases
PD: What I mean is, those functions should take close to nothing of time, but you can see from the "max value" that sometimes it takes a long time to execute