Skip to content

mingdongt/cProfileContextManager_snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cProfileContextManager_snippet

Normally cProfile prints out time usage in an unstructured way.

To just print out the total time during the process, you could do

    with CProfileContextManager():
        dosomething()

without patching the package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages