Timing CoCalc Startup and Runtime #6267
              
                
                  
                  
                    Answered
                  
                  by
                    williamstein
                  
              
          
                  
                    
                      nikkujensen
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Is it possible to time how long CoCalc takes to run a cell or notebook? I know you can time things in python like shown here. What I want to know is how long does it take to run a script when I click run. That includes the CoCalc server receiving the instructions and such. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            williamstein
          
      
      
        Dec 8, 2022 
      
    
    Replies: 1 comment 1 reply
-
| In the CoCalc-Jupyter notebook the time to run any cell is in the upper right corner of that cell. See: There's no other built in functionality related to timing besides that. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        nikkujensen
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
In the CoCalc-Jupyter notebook the time to run any cell is in the upper right corner of that cell. See:
There's no other built in functionality related to timing besides that.