153c153
< assert(!(funcStart > timingEnd || timingStart < funcEnd));
---
> assert(!(funcStart > timingEnd || timingStart > funcEnd));