File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ find which kernels needs optimization.
2525As we cannot use the Julia profiler for this task, we will use Metal's GPU profiler
2626directly. Use the ` Metal.@profile `  macro to surround the code code of interest. This macro
2727tells your system to track GPU calls and usage statistics and will save this information in
28- a temporary folder ending in '.trace'. For later viewing, copy this folder to a stable
29- location or use the 'dir' argument of the profile macro to store the gputrace to a different
30- location directly.
28+ a temporary folder ending in '.trace'. For later viewing in Xcode's Instruments app,
29+ copy this folder to a stable location.
3130
3231The resulting trace can be opened with the Instruments app, part of Xcode.
3332
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments