File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2528,7 +2528,7 @@ duration = time() - start_time
25282528#### High performance:  
25292529``` python 
25302530from  time import  perf_counter
2531- start_time =  perf_counter()             #  Seconds since restart.
2531+ start_time =  perf_counter()             #  Seconds since the  restart.
25322532... 
25332533duration =  perf_counter() -  start_time
25342534``` 
Original file line number Diff line number Diff line change 22042204
22052205
22062206< div > < h4  id ="highperformance "> High performance:</ h4 > < pre > < code  class ="python language-python hljs "> < span  class ="hljs-keyword "> from</ span >  time < span  class ="hljs-keyword "> import</ span >  perf_counter
2207- start_time = perf_counter()             < span  class ="hljs-comment "> # Seconds since restart.</ span > 
2207+ start_time = perf_counter()             < span  class ="hljs-comment "> # Seconds since the  restart.</ span > 
22082208...
22092209duration = perf_counter() - start_time
22102210</ code > </ pre > </ div > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments