Stop region without requiring a name as a parameter
Some applications instrument their code using start/stop region functions, passing the region name as a parameter in the start. However, they call the stop function without passing the region name because the profiling automatically closes the last opened region.