An open API service providing commit metadata for open source projects.

GitHub / pythonprofilers/memory_profiler / commits

SHA Message Author Date Stats
099c5c88 fixed image Benjamin Bengfort <b****n@b****m> about 9 years ago
f1cee23a added max child usage marker and update readme Benjamin Bengfort <b****n@b****m> about 9 years ago
aab15edb merge mpmprof into mprof Benjamin Bengfort <b****n@b****m> about 9 years ago
bdf99956 merge merge with upstream Benjamin Bengfort <b****n@b****m> about 9 years ago
bed17eaa release 0.43 Fabian Pedregosa <f****@b****t> over 9 years ago
1c389459 Catch the right exception for issue #71 Fabian Pedregosa <f****@b****t> over 9 years ago
d38c3c59 0.42 release Fabian Pedregosa <f****@b****t> over 9 years ago
4fe1d572 Fix issue #131 Fabian Pedregosa <f****@b****t> over 9 years ago
a9e5a026 Fix for issue #71 Fabian Pedregosa <f****@b****t> over 9 years ago
f36ef23c replace deprecated optparse with argparse Shota Kawabuchi <s****b@g****m>
Committed by: Shota Kawabuchi <s****t@g****m>
over 9 years ago
a6d4ea45 merge Merge pull request #126 from tarvos21/master Fabian Pedregosa <f****@b****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
fe3027f4 Fix 1 typo in the comments of function mem_usage DuBing <t****1@l****m> over 9 years ago
861f5311 Better error message for mprof run Fabian Pedregosa <f****@b****t> over 9 years ago
271e1739 merge Merge pull request #124 from jakirkham/inc_license Fabian Pedregosa <f****@b****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
bf31b8c8 MANIFEST.in: Include the license file. jakirkham <j****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
947a25a4 memory calculation with deltas Art <a****v@g****m>
Committed by: Juan Luis Cano Rodríguez <j****u@s****m>
over 9 years ago
e0ca6031 merge Merge pull request #120 from Thalmann/master Fabian Pedregosa <f****@b****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
4e8089d5 More general solution Bruno Thalmann <m****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
237492a6 More user friendly error message Thalmann <m****n@g****m> almost 10 years ago
ac1193c4 merge Merge pull request #119 from fabianp/demiurg906-tracemalloc-backend Fabian Pedregosa <f****@b****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
987e621c cosmetic Fabian Pedregosa <f****@b****t> almost 10 years ago
5a92a5f7 bug fixes Fabian Pedregosa <f****@b****t> almost 10 years ago
386a0bfd Bug fixes Fabian Pedregosa <f****@b****t> almost 10 years ago
925a587c cosmetic Fabian Pedregosa <f****@b****t> almost 10 years ago
036bd76b bug fixes Fabian Pedregosa <f****@b****t> almost 10 years ago
ac3ab35c Update acknowledgements Fabian Pedregosa <f****@b****t> almost 10 years ago
62b8560a ValueError was too much. Use warning instead. Fabian Pedregosa <f****@b****t> almost 10 years ago
03411e9a remove global variable _backend Fabian Pedregosa <f****@b****t> almost 10 years ago
946aa5e0 FIX OrderedDict changed to list in ``choose_backend`` function Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
eba604c1 FIX TODO's removed Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
4a268812 FIX ``_backend_chosen`` variable deleted from everywhere Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
e32679b9 plot function for mpmproc Benjamin Bengfort <b****n@b****m> almost 10 years ago
a846fa63 child process memory now recorded seperately in mpmprof Benjamin Bengfort <b****n@b****m> almost 10 years ago
0d956a1d multiprocessing example Benjamin Bengfort <b****n@b****m> almost 10 years ago
636b3448 FIX string format changed to support Python 2 Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
4565b8f5 FIX global variable _backend_choosen removed Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
e0b37a53 FIX line length according to PEP8 Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
fc44641d TEST added test for ``tracemalloc`` Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
361c7513 FIX choosing backend in ``profile`` decorator fixed Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
d0c8a394 FIX added a choosing backend in memory_usage function Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
30a1617b FIX added a workaround for ``OrderedDict.move_to_end`` Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
9e83dfc2 FIX little fix for Python 3.3- Dmitriy Novozhilov <d****x@g****m> almost 10 years ago
86acef85 ENH added optional ``tracemalloc`` backend Dmitriy Novozhilov <d****x@g****m>
Committed by: Sergei Lebedev <s****y@g****m>
almost 10 years ago
aa8b30cf merge Merge pull request #116 from wasade/returnable_memit Fabian Pedregosa <f****@b****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
0c5f6f73 Addressing @superbobry's comments Daniel McDonald <m****t@c****u> almost 10 years ago
5eef560b ENH: added quiet as well Daniel McDonald <m****t@c****u> almost 10 years ago
e496c5d9 ENH: allow memit magic to return a result object Daniel McDonald <m****t@c****u> almost 10 years ago
f836d57d FIX: unicode for Python3 Fabian Pedregosa <f****@b****t> over 10 years ago
5db8084a FIX: fix issue #113 reported by @reza1615 Fabian Pedregosa <f****@b****t> over 10 years ago
cc593b31 FIX test Fabian Pedregosa <f****@b****t> over 10 years ago
6bb856bf merge Merge branch 'master' of github.com:fabianp/memory_profiler Fabian Pedregosa <f****@b****t> over 10 years ago
8fb44f18 Add unicode tests Fabian Pedregosa <f****@b****t> over 10 years ago
796d0bec merge Merge pull request #112 from Streppel/master Fabian Pedregosa <f****@b****t> over 10 years ago
d52f82a3 updated python version verification so it doesn't break on future python 4 re... Streppel <s****s@g****m> over 10 years ago
c08a8860 add ipython to travis Fabian Pedregosa <f****@b****t> over 10 years ago
5b973822 new version Fabian Pedregosa <f****@b****t> over 10 years ago
b2b936c2 FIX: unicode in python3, function does not exist Fabian Pedregosa <f****@b****t> over 10 years ago
c7442aff Make mprun python-2 compatible Fabian Pedregosa <f****@b****t> over 10 years ago
423729c7 update travis Fabian Pedregosa <f****@b****t> over 10 years ago
44f2a71b Add travis build to README Fabian Pedregosa <f****@b****t> over 10 years ago
109f449b update travis Fabian Pedregosa <f****@b****t> over 10 years ago
239992d2 add travis-ci file Fabian Pedregosa <f****@b****t> over 10 years ago
ad64aa00 release 0.40 Fabian Pedregosa <f****@b****t> over 10 years ago
0e25b080 release 0.39 Fabian Pedregosa <f****@b****t> over 10 years ago
0a4e3e7f merge Merge pull request #110 from florentx/refactor_lineprofiler Fabian Pedregosa <f****@b****t> over 10 years ago
cc2f4f19 Test issue #42 Florent Xicluna <f****a@g****m> over 10 years ago
372b290a Refactor to compute memory of generators and list/set/dict comprehensions Florent Xicluna <f****a@g****m> over 10 years ago
f30ff08b Review code Florent Xicluna <f****a@g****m> over 10 years ago
17156325 Ignore *.egg-info Florent Xicluna <f****a@g****m> over 10 years ago
2bd93b64 merge Merge pull request #109 from florentx/patch-1 Fabian Pedregosa <f****@b****t> over 10 years ago
7aad92e4 Bogus computation of memory for process children Florent Xicluna <f****a@g****m> over 10 years ago
d3c57424 merge Merge pull request #105 from pbowyer/xlim Fabian Pedregosa <f****@b****t> over 10 years ago
fdf9ef3a temporary fix for #106 Fabian Pedregosa <f****@b****t> over 10 years ago
1af4784d Fix "NameError: name 'OptionValueError' is not defined" Peter Bowyer <p****r@m****k> over 10 years ago
23d8a236 New version Fabian Pedregosa <f****@b****t> over 10 years ago
b894c6e4 Update README.rst Fabian Pedregosa <f****@b****t> over 10 years ago
beca98e4 Add 'window' support to plot a particular time range Peter Bowyer <p****r@m****k> over 10 years ago
909017de FIX __func__ attribute under Python 3 Fabian Pedregosa <f****@b****t> over 10 years ago
219e9b92 merge Merge pull request #104 from korzeniewskipl/cell_magics Fabian Pedregosa <f****@b****t> over 10 years ago
8ad99995 Add %%mprun and %%memit cell magics. Paweł Korzeniewski <p****l@k****l> over 10 years ago
018a4775 merge Merge branch 'master' of github.com:fabianp/memory_profiler Fabian Pedregosa <f****@b****t> over 10 years ago
fdab5be7 fix for plots cut out of figure Fabian Pedregosa <f****@b****t> over 10 years ago
d8bffbf2 merge Merge pull request #102 from pbowyer/patch-1 Fabian Pedregosa <f****@b****t> over 10 years ago
18dccd18 Warn about memory_profiler/mprof interplay Peter Bowyer <p****r@m****k> over 10 years ago
0e53367d Fix for issue #101 Fabian Pedregosa <f****@b****t> over 10 years ago
fe77c9b9 new version Fabian Pedregosa <f****@b****t> over 10 years ago
77d06a3b new release Fabian Pedregosa <f****@b****t> over 10 years ago
4a37b2ab New release Fabian Pedregosa <f****@b****t> over 10 years ago
a05270f1 merge Merge pull request #100 from nvdv/var_rename Fabian Pedregosa <f****@b****t> almost 11 years ago
73772a8b Switch case for _clean_locals variable. nvdv <m****v@g****m> almost 11 years ago
9b0d6e04 merge Merge pull request #99 from nvdv/bugfix Fabian Pedregosa <f****@b****t> almost 11 years ago
16ffef7b Check arguments before logging in run_action. nvdv <m****v@g****m> almost 11 years ago
29c5f4bd Update README.rst Fabian Pedregosa <f****@b****t> almost 11 years ago
46d47ae3 Update README.rst Fabian Pedregosa <f****@b****t> almost 11 years ago
0e032d99 merge Merge pull request #96 from sagaru/master Fabian Pedregosa <f****@b****t> almost 11 years ago
8b50ac14 Update README.rst sagar UDAY KUMAR <s****u@u****m> almost 11 years ago
0b1a273d merge Merge pull request #95 from sagaru/master Fabian Pedregosa <f****@b****t> almost 11 years ago
96272299 Updated based on review comments sagaru <s****0@g****m> almost 11 years ago
ce73d205 Update README.rst sagar UDAY KUMAR <s****u@u****m> almost 11 years ago
f855b6fc Rename reportingViaLogger.py to reporting_logger.py sagar UDAY KUMAR <s****u@u****m> almost 11 years ago

← Back to repository