Skip to content

Instantly share code, notes, and snippets.

@teameh
Created May 16, 2023 14:11
Show Gist options
  • Save teameh/ba10288607fafd0b0b5162e968706281 to your computer and use it in GitHub Desktop.
Save teameh/ba10288607fafd0b0b5162e968706281 to your computer and use it in GitHub Desktop.
xctrace export leaks
<?xml version="1.0"?>
<trace-toc>
<run number="1">
<info>
<target>
<device uuid="3F77F5E4-ECD7-42AB-8E55-3079CB3BBB21" model="Simulated iPhone 14 Pro" name="iPhone 14 Pro" os-version="16.2 (20C52)" platform="iOS Simulator"/>
<process name="PerformanceTestingPOC" pid="89699"/>
</target>
<summary>
<start-date>2023-05-16T16:05:07.293+02:00</start-date>
<end-date>2023-05-16T16:05:23.266+02:00</end-date>
<duration>15.972398</duration>
<end-reason>User pressed Stop</end-reason>
<instruments-version>14.1 (14C18)</instruments-version>
<template-name>Leaks</template-name>
<recording-mode>Deferred</recording-mode>
<time-limit>10 minutes</time-limit>
<intruments-recording-settings>
<instrument name="Allocations">
<array>
<dictionary>
<key name="All Allocations">
<value>Discard unrecorded data upon stop</value>
</key>
</dictionary>
<dictionary>
<key name="Heap Allocations">
<value>Record reference counts</value>
<value>Identify virtual C++ objects</value>
</key>
</dictionary>
<dictionary>
<key name="Recorded Types">
<value>Record all types</value>
</key>
</dictionary>
</array>
</instrument>
</intruments-recording-settings>
</summary>
</info>
<data>
<table codes="&quot;0x07,0x00&quot; &quot;0x1f,0x05&quot; &quot;0x1f,0x07&quot; &quot;0x1f,0x08&quot;" schema="kdebug" target="SINGLE" callstack="user"/>
<table codes="&quot;0x1f,0x05&quot; &quot;0x1f,0x07&quot; &quot;0x1f,0x08&quot;" schema="kdebug-strings"/>
<table schema="dyld-library-load" target-pid="SINGLE"/>
<table schema="tick" frequency="10"/>
</data>
<tracks>
<track name="Allocations">
<details>
<detail name="Statistics" kind="table"/>
<detail name="Allocations List" kind="table"/>
</details>
</track>
<track name="Leaks">
<details>
<detail name="Leaks" kind="table"/>
</details>
</track>
</tracks>
</run>
</trace-toc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment