Expressions timings in the browser console#78885
Closed
wylieconlon wants to merge 2 commits intoelastic:mainfrom
Closed
Expressions timings in the browser console#78885wylieconlon wants to merge 2 commits intoelastic:mainfrom
wylieconlon wants to merge 2 commits intoelastic:mainfrom
Conversation
Contributor
💔 Build Failed
Failed CI StepsTest FailuresJest Tests.src/plugins/expressions/common/execution.Execution debug mode when functions succeed stores output of each functionStandard OutStack TraceJest Tests.src/plugins/expressions/common/execution.Execution debug mode when functions succeed stores resolved arguments of a functionStandard OutStack TraceJest Tests.src/plugins/expressions/common/execution.Execution debug mode when functions succeed store debug information about sub-expressionsStandard OutStack TraceMetrics [docs]async chunks size
page load bundle size
To update your PR or re-run it, just comment with: |
Contributor
|
how is this different from passing
is there something i am missing ? |
Contributor
Author
|
@ppisljar This PR is the first step towards a "debug timing collector", there's a separate PR which lets us enable debug mode from client apps like Lens and Canvas. This is a separate chunk of work that could let us track and report on timing in an automated way. |
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.
This is a PR that lets you see how many milliseconds each expression function takes, for visualize, lens, and canvas. For example: