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 support for decoding clone_targets #3

Closed
wants to merge 1 commit into from
Closed

Conversation

vchuravy
Copy link
Collaborator

@vchuravy vchuravy commented Dec 5, 2022

julia> clone_targets("/home/vchuravy/.julia/compiled/v1.10/SnoopPrecompile/TcfDT_z6cWT.ji")
┌ Info: Target
│   name = "znver2"
│   flags = 0
│   feature_en =
│    44-element Vector{UInt8}:
│     0x03
│     0x32
│     0xd8
│     0x36
│        ⋮
│     0x00
│     0x00
│     0x00
│   feature_dis =
│    44-element Vector{UInt8}:
│     0x00
│     0x00
│     0x00
│     0x40
│        ⋮
│     0x00
│     0x00
│     0x00

@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Base: 94.87% // Head: 79.56% // Decreases project coverage by -15.30% ⚠️

Coverage data is based on head (88b1957) compared to base (b9dc740).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #3       +/-   ##
===========================================
- Coverage   94.87%   79.56%   -15.31%     
===========================================
  Files           1        1               
  Lines          78       93       +15     
===========================================
  Hits           74       74               
- Misses          4       19       +15     
Impacted Files Coverage Δ
src/PkgCacheInspector.jl 79.56% <0.00%> (-15.31%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@IanButterworth
Copy link
Collaborator

What's feature_en and feature_dis? Could those be spelled out more?

@staticfloat
Copy link

I assume it's enabled and disabled?

@vchuravy
Copy link
Collaborator Author

vchuravy commented Dec 5, 2022

Yeah, right now it just matches the serialization code in processor.cpp. I don't know if that information is useful and we certainly don't have any pretty printing for it yet

@IanButterworth
Copy link
Collaborator

Added in #23

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

Successfully merging this pull request may close these issues.

3 participants