**CPU Time**: the amount of work the CPU needs to do, measured in `ms`. More CPU-heavy things will i
CPU Time: the amount of work the CPU needs to do, measured in
Wall Time: the actual amount of time a Worker runs for, as though you measured it with a clock or your browser DevTools
ms. More CPU-heavy things will increase it (for example, hashing passwords). This is not the same as the time a fetch request takes.Wall Time: the actual amount of time a Worker runs for, as though you measured it with a clock or your browser DevTools


