microsoft / deoptexplorer-vscode

A VS Code extension to visualize deoptimizations in your JavaScript and TypeScript code running in V8 (i.e., NodeJS, Edge, Chrome, etc.).
MIT License
754 stars 9 forks source link

Feature request: Ability to ignore paths for top #37

Open ntucker opened 1 year ago

ntucker commented 1 year ago

I get a lot of lodash results, which is a library I am not trying to analyze. Would be useful to either (both would be better) ignore certain patterns or only include certain patterns in the analysis.