Skip to content

baranbartu/memgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

memgraph is simple line by line memory observation tool for methods

Usage

@observe(precision=5)
def my_method():
    do something...
    do something...
    do something...

precision means float precision that describe number of numbers after point

plotly is used to make line charts. Plot page will be opened in a few seconds after completed execution of method.

Example Line Chart

ScreenShot

About

Line by line memory observation library which is visualized with line chart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages