Deploy May 30, 2023#4643
Merged
Merged
Conversation
…iler Co-authored-by: Pin-guang Chen <petercpg@mail.moztw.org>
Co-authored-by: Melo46 <melo@carmu.com>
Co-authored-by: Francesco Lodolo [:flod] <flod+pontoon@mozilla.com>
Co-authored-by: Fjoerfoks <fryskefirefox@gmail.com>
Co-authored-by: Francesco Lodolo [:flod] <flod+pontoon@mozilla.com>
Co-authored-by: Michael Köhler <michael.koehler1@gmx.de>
…rofiler Co-authored-by: Marcelo Ghelman <marcelo.ghelman@gmail.com>
…rofiler Co-authored-by: Marcelo Ghelman <marcelo.ghelman@gmail.com>
…ox Profiler Co-authored-by: Ian Neal <iann_bugzilla@blueyonder.co.uk>
Co-authored-by: ravmn <ravmn@ravmn.cl>
Co-authored-by: Andreas Pettersson <az@kth.se>
Co-authored-by: Fjoerfoks <fryskefirefox@gmail.com>
Co-authored-by: Mark Heijl <markh@babelzilla.org>
The ICU changes come from nodejs/node#46646 in node v18.15.
Co-authored-by: Melo46 <melo@carmu.com>
Co-authored-by: Théo Chevalier <theochevalier@pm.me>
Co-authored-by: Jim Spentzos <jimspentzos2000@gmail.com>
Co-authored-by: Іhor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: wxie <xiewensheng@hotmail.com>
…ange event listener
… rendering (Merge PR #4607)
Co-authored-by: ravmn <ravmn@ravmn.cl>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
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 <canaltinova@gmail.com>
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)
This file contains hidden or 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
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.
__dirnamebefore starting server (PR server.js: Change working dir to__dirnamebefore starting server #4612)