问题
Is there any way to filter out some files from collecting CPU profiles in or just filter them out in CPU profile results? That's what I'm talking about (http://grab.by/so7y):

回答1:
Not the exact answer to "how Filtering out files in PROFILE RESULTS" but just "how filtering out files in Chrome", which should give you the infos you need:
Just use the Chrome developer tab "Timeline" instead of "Profiles", and have the checkbox for "JS Profile" activated. After you measured something, you can go to tab "Aggregated Details" and select
"View Costly Functions" and "Group by URL".
You then have a list of the time the functions from specific scripts needed:
来源:https://stackoverflow.com/questions/20243896/filtering-out-files-in-profile-results