cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Warehousing & Analytics
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")

'''