-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: graphviz visualization support #1759
Conversation
const dataUnavailable = | ||
!this.state.flamebearer || this.state.flamebearer.names.length <= 1; | ||
const panes = decidePanesOrder( | ||
this.state.view, | ||
flameGraphPane, | ||
graphvizPane, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did this just to test it, we should move it somewhere else
return `N${srcIndex} -> N${dstIndex} ${renderLabels(labels)}`; | ||
} | ||
|
||
export default function toGraphviz(p: Profile): string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this function is not ready yet, hence all the TODOs
Codecov ReportBase: 66.35% // Head: 66.98% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1759 +/- ##
==========================================
+ Coverage 66.35% 66.98% +0.64%
==========================================
Files 170 173 +3
Lines 5554 5875 +321
Branches 1252 1575 +323
==========================================
+ Hits 3685 3935 +250
- Misses 1860 1929 +69
- Partials 9 11 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
merged with latest main |
size-limit report 📦
|
work in progress. /cc @pavelpashkovsky