Can you clear profiler results without refreshing?

On a long-lived page, the profiler results can begin to cover up some page elements. Is it possible to clear the clickable result tabs using some hotkey? I could just use the web inspector to remove the DOM elements, but perhaps there’s an easier way.

Aw man, of course I finally find the solution right after posting. Alt-P will toggle the profiler for the current page load.

You can also limit how many results are shown with the PopupMaxTracesToShow option.

ShowControls adds a control to clear the list.