2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
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.
2022-01-13 01:21:16 +00:00
Michael Comella
5504314468 [fenix] No issue: add gve to setup-startup-profiling.py. 2021-09-15 21:44:52 +00:00
Michael Comella
9cefe650b3 [fenix] No issue: convert to argparse in setup-startup-profiling.py. 2021-09-15 21:44:52 +00:00
Michael Comella
f47c62da9f [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/211: add pycodestyle config to tools, fix existing errors. 2021-07-26 23:54:39 +00:00
Michael Comella
eebb7c52ea [fenix] No issue: enable CPU usage in profiler. 2021-03-31 08:37:42 -07:00
Michael Comella
a6f2cba5f6 [fenix] No issue: when init profiling, remind to enable setting in app. 2021-02-26 10:48:52 -08:00
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.
2021-01-14 10:25:28 -08:00
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.
2021-01-14 10:25:28 -08:00
Michael Comella
6157cade94 [fenix] No issue: add main function to setup-startup-profiling. 2021-01-14 10:25:28 -08:00
Michael Comella
b3b28189ca [fenix] No issue: embed startup-profiling configs in script.
Not leaving around config files is more intuitive and less redundant.
2021-01-14 10:25:28 -08:00
Michael Comella
f8d8f2fb3c [fenix] No issue: add tools/setup-startup-profiling.py. 2020-12-14 09:23:49 -08:00