bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

docs: Showcase temporal flamegraphs #412

Closed mgmacias95 closed 1 year ago

mgmacias95 commented 1 year ago

Issue number of the reported bug or feature request: #392

Describe your changes Add a sample program that showcases temporal flamegraphs following indications at https://github.com/bloomberg/memray/issues/392#issuecomment-1592112729

Testing performed Built docs and manually checked on my browser.

godlygeek commented 1 year ago

Would you mind formatting the Python code with Black, and then adding a DCO sign-off to your commit message? You can add the DCO sign-off with git commit -a --amend -s

mgmacias95 commented 1 year ago

hi @godlygeek,

I fixed the signed-off commit message, formatted the code using black, fixed linter issues and, in addition, I linked the example in the temporal flamegraph section in the docs. PTAL.