Commit Graph

13 Commits (fenix/118.2.0)

Author SHA1 Message Date
Geoff Brown 735db97731 Bug 1825116 - Reformat some python files with black and avoid 'bare except' ruff warnings 11 months ago
mcarare 777568e213 [fenix] No issue: Make the Startup profiling hints clearer. 2 years ago
Michael Comella d68adfa81b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/23150: remove 'threads' feature setup-startup-profiling.py.
Root cause: Bug 1729815 removed the threads feature and, because of Bug
1749498, we crash if a feature is provided that does not exist.

The immediate solution is to remove the unused threads feature.
2 years ago
Michael Comella 5504314468 [fenix] No issue: add gve to setup-startup-profiling.py. 3 years ago
Michael Comella 9cefe650b3 [fenix] No issue: convert to argparse in setup-startup-profiling.py. 3 years ago
Michael Comella f47c62da9f [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/211: add pycodestyle config to tools, fix existing errors. 3 years ago
Michael Comella eebb7c52ea [fenix] No issue: enable CPU usage in profiler. 3 years ago
Michael Comella a6f2cba5f6 [fenix] No issue: when init profiling, remind to enable setting in app. 3 years ago
Michael Comella d7d87963ec [fenix] No issue: switch subcommand names to deactivate/activate.
These make more sense than push/remove if you don't understand the
underlying mechanism.
3 years ago
Michael Comella 2412f24e06 [fenix] No issue: change startup profiling script to take release channel.
This is easier to remember and less error prone to write.
3 years ago
Michael Comella 6157cade94 [fenix] No issue: add main function to setup-startup-profiling. 3 years ago
Michael Comella b3b28189ca [fenix] No issue: embed startup-profiling configs in script.
Not leaving around config files is more intuitive and less redundant.
3 years ago
Michael Comella f8d8f2fb3c [fenix] No issue: add tools/setup-startup-profiling.py. 4 years ago