Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
DYN-1754: As a developer I want detailed per node profiling during perf benchmarks #9667
DYN-1754: As a developer I want detailed per node profiling during perf benchmarks #9667
Changes from 41 commits
56dbd73
eec64b9
4362151
75643c7
6a07e6c
38b8461
44a00a8
5c04a06
a21fd6a
4235133
302b9dd
6bf5548
8d4511b
8f9df0f
e91ef30
82373cc
1434ba0
706974c
760ae95
6ffd883
5b1c073
f11f924
710c7ee
e8f5ade
f740c1d
7644f6b
dc0eb40
7e903d2
c1aee1d
3fc8b74
c5d3a1d
0cb178c
c463ba3
f13049c
c228452
43129bd
320ae6b
6eb5cc5
edb88eb
b94aefd
9caccd6
995ee9b
8e902db
3cb15a7
7a82082
9173bc8
87564af
686f72c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
is this internal for a specific reason? (sorry have not looked further down to see if that's the case yet)
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.
No, has been changed to be private now
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.
so what is a PreviewGraph compilation context?
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 do not know. The code from Sharad called the profiling VMDataBridge code for both, but then explicitly only did anything for DeltaCompute, so I figured it would be clearer to be explicit on the higher level.
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.
After discussing today it seems that no-one knows what PreviewGraph is, possibly we need a tech-debt task to figure out.
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 looked at the preview graph functionality. It is related to node previews and therefore doesn't look like it should be removed any time soon.
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.
where does this log? - just curious I know this is old code.
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'm not really sure, I can find out.
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.
hmm, maybe I am confused, did you mean to use
??
or is this just a syntax for null coalescing that also works?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.
ahh cool:
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-conditional-operators
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.
any hints at what this means?
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.
same question here around AST type
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.
please change to
Node
if that causes no issues.