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

Add total file size #2

Merged
merged 3 commits into from
Dec 4, 2022
Merged

Add total file size #2

merged 3 commits into from
Dec 4, 2022

Conversation

IanButterworth
Copy link
Collaborator

Note the new file size entry

julia> info_cachefile("Revise")
Contents of /Users/ian/.julia/compiled/v1.10/Revise/M1Qoh_1DCqx.ji:
  modules: Any[Revise]
  init order: Any[Revise]
  115 external methods
  1701 new specializations of external methods (Base 81.5%, Base.Iterators 3.9%, Base.Broadcast 3.1%, ...)
  347 external methods with new roots
  12497 external targets
  9370 edges
  file size:   6899563 (6.580 MiB)
  Segment sizes (bytes):
  system:      3304304 ( 55.69%)
  isbits:      2304751 ( 38.84%)
  symbols:       26597 (  0.45%)
  tags:          45520 (  0.77%)
  relocations:  252605 (  4.26%)
  gvars:             0 (  0.00%)
  fptrs:             0 (  0.00%)

src/PkgCacheInspector.jl Outdated Show resolved Hide resolved
@timholy timholy added the needs docs README should be updated label Dec 1, 2022
@timholy timholy merged commit b9dc740 into timholy:main Dec 4, 2022
@timholy
Copy link
Owner

timholy commented Dec 4, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs docs README should be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants