James
James

Reputation: 509

Time Profiler In Xcode Missing Record Settings, Display Settings

Im using Instruments 8.3.2 and the Record Settings and Display Settings tab are missing in the inspector window. How do I get those tabs back? Please see the attached screenshot.

Instruments Xcode 8

The normal inspector window looks like this (See arrow 5):

Instruments Xcode 7

Upvotes: 8

Views: 781

Answers (2)

stan
stan

Reputation: 1890

No With Xcode 9.3 & Instruments 9.3

The "Recording Options" moved again. Now it is in the app menu at File > Recording Options….

Or you can use shortcut: CmdOptr

Or long press the Record button, it will appear options contains Recording options

You can see the menu item in the picture below:

enter image description here

Upvotes: 1

JAL
JAL

Reputation: 42489

The majority of these settings have moved to the bottom of the Instruments window. Tap on "Call Tree" to see a modal with the missing settings:

Call Tree

Upvotes: 9

Related Questions