Skip to content

pmg103/chronostat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chronostat

Usage

import chronostat, time
stats = chronostat.ChronoStat('[email protected]')

with stats.timer('context_manager'):
  time.sleep(1)
  
# or

@stats.timer('decorator')
def sleepy():
  time.sleep(1)
  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%