Posts

Post not yet marked as solved
1 Replies
560 Views
In Xcode 14.3 I see the following entries for by binary when compiled in debug mode: cmd LC_RPATH cmdsize 144 path /Users/XXXX/Library/Developer/Xcode/DerivedData/Harvest-dijfctpjrspwitgijhqknfmhlibi/Build/Products/Debug/PackageFrameworks (offset 12) Load command 44 cmd LC_RPATH cmdsize 144 path /Users/XXXX/Library/Developer/Xcode/DerivedData/Harvest-dijfctpjrspwitgijhqknfmhlibi/Build/Products/Debug/PackageFrameworks (offset 12) These entries do not appear when I use Xcode 14.2 in debug mode. Additionally, these load commands do not appear when compiling for Release mode. Also note that the referenced path is empty and the Swift packages I have in my project are all have static library targets. I don't see the reason for having these load commands present nor any note of it in there release notes. Am I correct in thinking this is a bug?
Posted
by mrbauer1.
Last updated
.
Post not yet marked as solved
0 Replies
688 Views
As part of my automated testing on real devices I would like to get the pipeline statistics from my compute kernels (ALU, Memory, Control Flow, Occupancy, etc). I'm able to generate a GPU trace in code without issue but that requires manually opening up the trace to find the values I'm interested in. What I would like is an API to read that trace or some counter set which provides the statistics I'm interested in. Is this possible?
Posted
by mrbauer1.
Last updated
.