diff options
Diffstat (limited to 'etc/profilicate.py')
-rw-r--r-- | etc/profilicate.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/profilicate.py b/etc/profilicate.py index 44c734aef99..def71933186 100644 --- a/etc/profilicate.py +++ b/etc/profilicate.py @@ -13,9 +13,9 @@ # output a [processed profile]. Based largely on [this script] and # [this documentation]. # -# [processed profile]: https://github.com/firefox-devtools/profiler/blob/master/docs-developer/processed-profile-format.md -# [this script]: https://github.com/firefox-devtools/profiler/blob/master/src/profile-logic/import/linux-perf.js -# [this documentation]: https://github.com/firefox-devtools/profiler/blob/master/src/types/profile.js +# [processed profile]: https://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md +# [this script]: https://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/import/linux-perf.js +# [this documentation]: https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js from collections import defaultdict import json |