Skip to content

This code is designed to illustrate the efficiency of a desired script.

Notifications You must be signed in to change notification settings

EvanHStanton/data_science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Timer-code

This code is designed to illustrate the efficiency of a desired script.

import timeit

start = timeit.default_timer()

#Your statements here

stop = timeit.default_timer()

print('Time: ', stop - start)

About

This code is designed to illustrate the efficiency of a desired script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages