swift-server / guides

Guides for building, debugging and deploying Swift Server applications
257 stars 21 forks source link

performance: use DWARF to find call graphs #18

Closed weissi closed 3 years ago

weissi commented 3 years ago

DWARF should give us better call graphs than relying on the frame pointer (fp which is the default).