Skip to content

ios17 how to get GPU data #155

@CharlieDreemur

Description

@CharlieDreemur

i already start tunnel using pymobiledevice3, and now I try to use rpc.gpu_counters to get the gpu data, however
I get something like this that, how to use these data, and why all the value are 100, is that just a documentation instead of a actual data?
[0, 101372289835, 4294968585, 3, {0: [['ALU Limiter', 100, 'Measures the time during which ALU work is attempted to execute as a percentage of peak ALU performance.', 'ALULimiter', 100, 0], ['Texture Sample Limiter', 100, 'Measures the time during which texture samples are attempted to execute as a percentage of peak texture sample performance.', 'TPULimiter', 100, 0], ['Texture Filtering Limiter', 100, 'Measures the time during which texture filtering is attempted to execute as a percentage of peak texture filtering performance.', 'TextureFilteringLimiter', 100, 0], ['Texture Write Limiter', 100, 'Texture write limiter', 'PBELimiter', 100, 0], ['Buffer Read Limiter', 100, 'Measures the time during which buffer loads are attempted to execute as a percentage of peak buffer load performance.', 'BufferLoadLimiter', 100, 0]...

also, I have tried the instrument_demo, it seems like the JSENV there cannot decode the data from ios17 correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions