Store time taken to instantiate each prefab when refilling the pool
- base the average on up to the last 20 prefabs spawned
- used to determine if we need to move onto async instantiation (for hackweek we will play around but later on)
- use estimated time to enforce the per-frame budget a big more aggressively (don't instantiate a new prefab if it will exceed budget by 20%)