Skip to content

Add trace analysis suggestions panel - #94

Open
liurenfeng94-ops wants to merge 1 commit into
tsperf:mainfrom
liurenfeng94-ops:trace-suggestions
Open

Add trace analysis suggestions panel#94
liurenfeng94-ops wants to merge 1 commit into
tsperf:mainfrom
liurenfeng94-ops:trace-suggestions

Conversation

@liurenfeng94-ops

Copy link
Copy Markdown

Fixes #42

  • scan processed trace trees for common performance patterns
  • surface suggestions for depth-limit events, expensive type relation checks, hot locations, and dense file checks
  • show suggestions in the webview with a jump-to-source action when location data is available
  • add focused tests for the suggestion heuristics

Validation:

  • pnpm vitest run test/trace-suggestions.test.ts
  • pnpm typecheck
  • pnpm exec eslint .
  • pnpm build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trace analysis and suggestions

1 participant