Skip to content
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

WIP precompile task for firefox #112

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft

WIP precompile task for firefox #112

wants to merge 34 commits into from

Conversation

dalehamel
Copy link
Member

Adds support for fetching firefox profiler from a pre-compiled bundle.

By default, also adds support for fetching from GCS behind auth using gcloud token.

Adds rake tasks as helpers to compile and package the bundle.

dalehamel and others added 30 commits January 22, 2024 15:04
profiler_backend is now private, and can only be read and updated through:

- AppProfiler.backend=
- AppProfiler.backend

A new helper method AppProfiler.with_backend is used to wrap singular access
to the backend.
Co-authored-by: Gannon McGibbon <[email protected]>
Co-authored-by: Gannon McGibbon <[email protected]>
Co-authored-by: Gannon McGibbon <[email protected]>
Co-authored-by: Gannon McGibbon <[email protected]>
Callers should now either use VernierProfile or StackprofProfile to get an
explicit base class.

If loading from the eigenclass, they should use AbstractProfile.from_stackprof
or AbstractProfile.from_vernier instead of Profile.from_X.
This reverts commit d7940d3.
Base automatically changed from firefox-viewer to main October 30, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant