Log the time to call inferior-packages-plus-replacements
As I think this is currently quite slow.
This commit is contained in:
parent
e51d2f8932
commit
062ee1aed2
1 changed files with 2 additions and 1 deletions
|
|
@ -716,7 +716,8 @@
|
|||
|
||||
(define (ensure-gds-inferior-packages-defined! inf)
|
||||
(unless (inferior-eval '(defined? 'gds-inferior-packages) inf)
|
||||
(inferior-packages-plus-replacements inf)))
|
||||
(with-time-logging "ensuring gds-inferior-packages is defined in inferior"
|
||||
(inferior-packages-plus-replacements inf))))
|
||||
|
||||
(define* (all-inferior-packages-data inf packages pkg-to-replacement-hash-table)
|
||||
(define inferior-package-id->packages-index-hash-table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue