To start a microprofiler label, you do debug.profilebegin("labelKey") then to close it you do debug.profileend(). This works most of the time, but it can get messy and ends up completely spamming the output with this message

Making it so I can do debug.profilebegin("labelKey") then debug.profileend("labelKey") would make debugging using the microrprofiler easier and faster