Where is the AutoLayout template in Instruments?

autolayout, instruments, ios, xcode

Solution

Use the "blank" template. Then, from the library, select and drag the "Cocoa Layout" template

Problem

Apple recommends using the Auto Layout template in Instruments to help debug Auto Layout issues. I can't find it among the templates in Xcode 5.0.2 (I see "Blank", "Allocations", "Leaks", but no Auto Layout). Where is this template located?

Original source