cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I time how long does my code run in DBX

Sarah127
New Contributor III

How do I time how long does my code run in DBX.

1 ACCEPTED SOLUTION

Accepted Solutions

Jbohning
New Contributor III

Hi, you can use the standard python timeit function. 

''' %timeit

print("hello world")

'''

View solution in original post

1 REPLY 1

Jbohning
New Contributor III

Hi, you can use the standard python timeit function. 

''' %timeit

print("hello world")

'''

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now