Instruments will be deprecated in Xcode 12 as below. Previously, instruments command was used.
The result of xcrun xctrace list templates:
== Standard Templates ==
Activity Monitor
Allocations
Animation Hitches
App Launch
Core Data
Counters
Energy Log
File Activity
Game Performance
Leaks
Logging
Metal System Trace
Network
SceneKit
SwiftUI
System Trace
Time Profiler
Zombies
The result of instruments -s:
Known Templates:
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/ActivityMonitor.instrdst/Contents/Templates/Activity Monitor.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/Apps.instrdst/Contents/Templates/App Launch.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/Base.instrdst/Contents/Templates/Blank.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/CoreData.instrdst/Contents/Templates/Core Data.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/Energy.instrdst/Contents/Templates/Energy Log.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/FileActivity.instrdst/Contents/Templates/File Activity.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/GPU.instrdst/Contents/Templates/Game Performance.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/GPU.instrdst/Contents/Templates/Metal System Trace.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/Hitches.instrdst/Contents/Templates/Animation Hitches.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/Narrative.instrdst/Contents/Templates/Logging.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/Networking.instrdst/Contents/Templates/Network.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/Sampling.instrdst/Contents/Templates/Time Profiler.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/SceneKitInstrument.instrdst/Contents/Templates/SceneKit.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/SwiftUI.instrdst/Contents/Templates/SwiftUI.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Packages/SystemTrace.instrdst/Contents/Templates/System Trace.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Resources/templates/Allocations.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Resources/templates/Counters.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Resources/templates/Leaks.tracetemplate"
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Resources/templates/Zombies.tracetemplate"