Skip to content

bxpa/tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeFunction

A simple Python-library for timing Python functions using @decorators

Usage

@tf
def main():
    print('Hello world!')

This will return:

Function 'main' executed in 505.1 ms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages