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

Report lists a PkgImage's "external methods" belonging to its own module #22

Open
NHDaly opened this issue Nov 21, 2023 · 0 comments
Open

Comments

@NHDaly
Copy link

NHDaly commented Nov 21, 2023

(EDIT: Oops, sorry, I accidentally hit shift-enter while editing the title.)

In the following report, PkgCacheInspector shows my 16% of the external methods for my package, MuttsDicts, as belonging to itself. But in that case, aren't they not external?

Something seems either broken or confusing here. Thanks!

julia> using PkgCacheInspector

julia> info_cachefile("MuttsDicts")
Contents of /Users/nathandaly/.julia/compiled/v1.9/MuttsDicts/4IPZC_vzMP5.dylib:
  modules: Any[MuttsDicts.TypeHashCache, MuttsDicts]
  init order: Any[MuttsDicts.TypeHashCache]
  85 external methods
  3448 new specializations of external methods (Base 66.5%, MuttsDicts 16.0%, Base.Iterators 9.9%, ...)
  114 external methods with new roots
  4270 external targets
  3361 edges
  file size:   4981616 (4.751 MiB)
  Segment sizes (bytes):
  system:      1670740 ( 38.80%)
  isbits:      2431791 ( 56.47%)
  symbols:        7530 (  0.17%)
  tags:          24620 (  0.57%)
  relocations:  159585 (  3.71%)
  gvars:          3512 (  0.08%)
  fptrs:          8384 (  0.19%)
@NHDaly NHDaly changed the title Report lists a PkgImage"external methods" belonging to its own Report lists a PkgImage's "external methods" belonging to its own module Nov 21, 2023
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

No branches or pull requests

1 participant