Is that possible to export Allocations profile with "xcrun xctrace export --xpath..." command?
Instruments creates schemas/tables for some instrument profiles records.
For example it creates 5 schemas for Activity Monitor, including activity-monitor-process-live, activity-monitor-system, etc.
These schemas are visible in
Data from these tables could be exported with xpath, which is great.
Unfortunately, I see no table linked to Allocations profile, and upon it's recording no tables created, so data could not be exported with xpath.
Could you please advice how to export data for Allocations in json/xml/any other common format?
If this is not possible for now, I would appreciate adding this feature in the future!
Instruments creates schemas/tables for some instrument profiles records.
For example it creates 5 schemas for Activity Monitor, including activity-monitor-process-live, activity-monitor-system, etc.
These schemas are visible in
Instruments menu > Instument > Document Inspector > Stores tab (or Schemas tab to view all available shemas)
Data from these tables could be exported with xpath, which is great.
Unfortunately, I see no table linked to Allocations profile, and upon it's recording no tables created, so data could not be exported with xpath.
Could you please advice how to export data for Allocations in json/xml/any other common format?
If this is not possible for now, I would appreciate adding this feature in the future!