How do you know which file requests are blocking start render

I’m trying to determine which files are loading before the page renders.

Is it all the requests which are STARTED before the page begins to load or is it when all the requests are FINISHED loading?

Here’s the results: