10000 GitHub - pmg103/chronostat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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('me@mydomain.com')

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%
0