-
Notifications
You must be signed in to change notification settings - Fork 420
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
Deploy May 30, 2023 #4643
Merged
Merged
Deploy May 30, 2023 #4643
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…iler Co-authored-by: Pin-guang Chen <[email protected]>
Co-authored-by: Melo46 <[email protected]>
Co-authored-by: Francesco Lodolo [:flod] <[email protected]>
Co-authored-by: Fjoerfoks <[email protected]>
Co-authored-by: Francesco Lodolo [:flod] <[email protected]>
Co-authored-by: Michael Köhler <[email protected]>
…rofiler Co-authored-by: Marcelo Ghelman <[email protected]>
…rofiler Co-authored-by: Marcelo Ghelman <[email protected]>
…ox Profiler Co-authored-by: Ian Neal <[email protected]>
Co-authored-by: ravmn <[email protected]>
Co-authored-by: Andreas Pettersson <[email protected]>
Co-authored-by: Fjoerfoks <[email protected]>
Co-authored-by: Mark Heijl <[email protected]>
The ICU changes come from nodejs/node#46646 in node v18.15.
Co-authored-by: Melo46 <[email protected]>
Co-authored-by: Théo Chevalier <[email protected]>
Co-authored-by: Jim Spentzos <[email protected]>
Co-authored-by: Іhor Hordiichuk <[email protected]>
Co-authored-by: wxie <[email protected]>
…ange event listener
… rendering (Merge PR #4607)
Co-authored-by: ravmn <[email protected]>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <[email protected]>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <[email protected]>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <[email protected]>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
…tracks to avoid visual noise on dense charts. (PR #4634)
…ransforms Before the 'filter-samples' transform, we didn't need to get the derived markers to be able to compute any thread related pre-thread selectors. But with 'filter-samples' transform, we need to get the derived markers to be able to compute the transform filtered thread because this transform needs to find the markers that match the filter and get the interval range out of them. So because of this, I had to split the thread related selectors so we can get the marker selectors in between them and have the marker selectors in the second phase of thread selectors. Previously the dependency graph was like this: ``` thread selectors | v stack and sample + marker selectors | v composed selectors ``` Now it's like this: ``` basic thread selectors | v marker selectors | v rest of the thread selectors | v stack and sample selectors | v composed selectors ``` We can't put these thread selectors that require markers into the `composed` selectors because stack and sample selectors require those selectors earlier in the pipeline and I wanted to keep the thread selectors still in their file to keep the pipeline in a single file.
…er" transform (Merge PR #4631)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
__dirname
before starting server (PR server.js: Change working dir to__dirname
before starting server #4612)