Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 587
James Avatar asked Jun 13 '17 17:06

James


2 Answers

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

like image 149
JAL Avatar answered Oct 21 '22 12:10

JAL


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

like image 39
stan liu Avatar answered Oct 21 '22 10:10

stan liu