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

GitHub / pythonprofilers/memory_profiler / commits

SHA Message Author Date Stats
9d605c86 updated README sagaru <s****0@g****m> almost 11 years ago
744c5abe - Generation of report from memory_profiler sagaru <s****0@g****m> almost 11 years ago
95d5cafe - Generation of report from memory_profiler sagaru <s****0@g****m> almost 11 years ago
42f683fb merge Merge pull request #93 from shyba/fix/help-messages Fabian Pedregosa <f****@b****t> about 11 years ago
05e9714e Quit if no file found at all and tell when using last profile data Victor Shyba <v****a@g****m> about 11 years ago
9ff038f8 only append if profile number is converted Victor Shyba <v****a@g****m> about 11 years ago
6694c530 Add comment on psutil 2.0 Fabian Pedregosa <f****@b****t> about 11 years ago
7cf3b3ee merge Merge pull request #92 from multiSnow/master Fabian Pedregosa <f****@b****t> about 11 years ago
aaf3ae48 avoid loading attribute if not exists multisnow <i****l@g****m> about 11 years ago
8d72e54c Better help message for mprof Fabian Pedregosa <f****@b****t> over 11 years ago
fe9415e2 better doc and example for mprof Fabian Pedregosa <f****@b****t> over 11 years ago
43393405 merge Merge pull request #89 from changwoo/master Fabian Pedregosa <f****@b****t> over 11 years ago
30cf67fc Correct the license Changwoo Ryu <c****u@d****g> over 11 years ago
721c5b55 Update README.rst Fabian Pedregosa <f****@b****t> over 11 years ago
5be9f837 Update COPYING Fabian Pedregosa <f****@b****t> over 11 years ago
538dd039 version 0.32 Fabian Pedregosa <f****@b****t> over 11 years ago
7175b294 add lincese file Fabian Pedregosa <f****@b****t> over 11 years ago
4da80112 merge Merge pull request #87 from peter1000/patch-1 Fabian Pedregosa <f****@b****t> almost 12 years ago
829c379a FIX: new ref link update peter1000 <p****o@g****e> almost 12 years ago
2a8e81bf merge Merge pull request #86 from kynan/save-plot-to-file Fabian Pedregosa <f****@b****t> almost 12 years ago
cfc9be15 mprof plot: more line colors Florian Rathgeber <f****r@g****m> almost 12 years ago
de9a9288 mprof plot: add option to save plot to file Florian Rathgeber <f****r@g****m> almost 12 years ago
47d65baa merge Merge pull request #84 from justhalf/parameterized_decorator Fabian Pedregosa <f****@b****t> almost 12 years ago
cd85fdf7 merge Merge branch 'master' of github.com:fabianp/memory_profiler Fabian Pedregosa <f****@b****t> almost 12 years ago
3d44876a IPython memory usage Fabian Pedregosa <f****@b****t> almost 12 years ago
40963ebd import setuptools because I love `python setup.py develop` Fabian Pedregosa <f****@b****t> almost 12 years ago
3247a33c Change parameter name to avoid name conflict Aldrian Obaja <a****m@g****m>
Committed by: Aldrian Obaja <a****h@y****d>
about 12 years ago
9aea3ecf merge Merge pull request #85 from peter1000/patch-1 Fabian Pedregosa <f****@b****t> about 12 years ago
186799b2 added SpeedIT to: Projects using memory_profiler peter1000 <p****o@g****e> about 12 years ago
baf0fccd Parameterize @profile decorator with precision Aldrian Obaja <a****m@g****m>
Committed by: Aldrian Obaja <a****a@k****m>
about 12 years ago
b0b4a3ca merge Merge pull request #83 from trein/master Fabian Pedregosa <f****@b****t> about 12 years ago
155765b6 Added backward compatibility for psutil < 2.0.0 Guilherme M. Trein <g****n@y****r> about 12 years ago
f91780a5 Replace psutil methods deprecated on v2.0.0 Guilherme M. Trein <g****n@y****r> about 12 years ago
3689a28b Remove unused code (thanks @peter1000) Fabian Pedregosa <f****@b****t> about 12 years ago
1692b503 merge Merge pull request #68 from immerrr/profile-nested-functions Fabian Pedregosa <f****@b****t> about 12 years ago
5ade0faf merge Merge pull request #78 from ogrisel/include_children-magic Fabian Pedregosa <f****@b****t> about 12 years ago
f1b96152 merge Merge pull request #72 from ianozsvald/mplot_legend_fix Fabian Pedregosa <f****@b****t> about 12 years ago
1f9f63ae FIX: bad test for the detection of the -c flag Olivier Grisel <o****l@e****g> about 12 years ago
ba8ada6c explicitly fail if psutil is missing and include_children is True Olivier Grisel <o****l@e****g> about 12 years ago
bda8664d merge Merge pull request #81 from peter1000/patch-1 Fabian Pedregosa <f****@b****t> about 12 years ago
58df1969 Inconsistent indentation: previous line used spaces, this line uses tabs peter1000 <p****o@g****e> about 12 years ago
364c3ef9 merge Merge pull request #80 from peter1000/patch-1 Fabian Pedregosa <f****@b****t> about 12 years ago
b59c8989 remove double import warnings peter1000 <p****o@g****e> about 12 years ago
74c6d040 ENH: magic cmd option to set include_children=True Olivier Grisel <o****l@e****g> about 12 years ago
e3bc89a7 removed dead code Ian Ozsvald <i****n@i****m> over 12 years ago
9cafafa1 tweak to legend placement Ian Ozsvald <i****n@i****m> over 12 years ago
8ecc4dab merge merged from fabian HEAD Ian Ozsvald <i****n@i****m> over 12 years ago
2e380412 0.31 release Fabian Pedregosa <f****@b****t> over 12 years ago
3fa7aafb merge Merge pull request #70 from guillermo-carrasco/master Fabian Pedregosa <f****@b****t> over 12 years ago
3b25886d return mem avoids entering the next block. This is not en if else case Guillermo Carrasco <g****8@g****m> over 12 years ago
f6924d68 Add include_children parameter when creating MemTimer object for external pro... Guillermo Carrasco <g****8@g****m> over 12 years ago
b38cc15f Profile nested functions immerrr <i****r@g****m> over 12 years ago
1e911e3d merge Merge pull request #67 from ZhanruiLiang/master Fabian Pedregosa <f****@b****t> over 12 years ago
6de83c29 FIX: Change `itervalues`, `iteritems` to `values`, `items` to work on both Py... Ray <r****3@g****m> over 12 years ago
34e7f9b9 merge Merge pull request #65 from ogrisel/memory-usage-anonymous-args Fabian Pedregosa <f****@b****t> over 12 years ago
9f91aa03 FIX: make it possible to call memory_usage on functions with anonymous args Olivier Grisel <o****l@e****g> over 12 years ago
4b1d4703 #63 Run original trace callback also. Restore original trace callback once Li... rprots <r****n@m****o> over 12 years ago
1da5ed8b version 0.30 Fabian Pedregosa <f****@b****t> over 12 years ago
6bbda1e2 merge Merge pull request #62 from iandyh/master Fabian Pedregosa <f****@b****t> over 12 years ago
317a93ac fix typo in stdout template iandyh <z****h@g****m> over 12 years ago
369f940a Better output of %memit Fabian Pedregosa <f****@b****t> over 12 years ago
183a4bc9 use max_usage=True in %memit (less memory consumption) Fabian Pedregosa <f****@b****t> over 12 years ago
c09c04a1 merge Merge pull request #60 from ogrisel/flake8 Fabian Pedregosa <f****@b****t> over 12 years ago
51adf6bf FIX: errors reported by flake8 (pyflakes + pep8) Olivier Grisel <o****l@e****g> over 12 years ago
7db71ebe 0.29 release Fabian Pedregosa <f****n@f****t> over 12 years ago
0caa43ed Use maximum memory usage for loops Fabian Pedregosa <f****@b****t> over 12 years ago
d2223b73 fixed issue 7 "ignores last line" Sergei <r****i@y****u> over 12 years ago
0174ffdf 0.28 release Fabian Pedregosa <f****n@f****t> over 12 years ago
7ab61c04 [BUG] Fixed some bugs left by merging Philippe Gervais <p****s@i****r> almost 13 years ago
d3bf1cdb merge Merge branch 'master' of github.com:fabianp/memory_profiler Fabian Pedregosa <f****@b****t> almost 13 years ago
8b232ec2 Update README.rst Fabian Pedregosa <f****@b****t> almost 13 years ago
de1c88cd merge Merge pull request #57 from pgervais/plot_options Fabian Pedregosa <f****@b****t> almost 13 years ago
2fa5f90f 'mprof run' writes continuously in file Philippe Gervais <p****s@i****r> almost 13 years ago
9eba5ee6 Plot all memory usage information Philippe Gervais <p****s@i****r> almost 13 years ago
1e791ca5 Command line is saved in profile file Philippe Gervais <p****s@i****r> almost 13 years ago
b4bbce73 Proper handling of empty profile files Philippe Gervais <p****s@i****r> almost 13 years ago
78d4ef9f Got rid of numpy is read_mprofile_file Philippe Gervais <p****s@i****r> almost 13 years ago
a981185f Added --title option to 'mprof plot' Philippe Gervais <p****s@i****r> almost 13 years ago
9f89fad0 Tighter space in printed output Fabian Pedregosa <f****n@f****t> almost 13 years ago
e1f143f3 MB -> MiB. Thanks @ovillellas for reporting! Fabian Pedregosa <f****n@f****t> almost 13 years ago
205ec4fa Add the option --nopython Fabian Pedregosa <f****n@f****t> almost 13 years ago
03ff6c0b Detect if it's a Python file and add the --python option automatically. Fabian Pedregosa <f****n@f****t> almost 13 years ago
adca2ed6 FIX: shebang line Fabian Pedregosa <f****n@f****t> almost 13 years ago
318694d3 merge Merge pull request #56 from pgervais/mprof_doc Fabian Pedregosa <f****@b****t> almost 13 years ago
5752f3e1 Updated some information, fixed a typo. Philippe Gervais <p****s@i****r> almost 13 years ago
8d4d7185 Added documentation for the 'mprof' script Philippe Gervais <p****s@i****r> almost 13 years ago
55d97544 remove code that uses the resource module (unused code) Fabian Pedregosa <f****@b****t> almost 13 years ago
02f33b17 merge Merge pull request #54 from pgervais/parameter_fix Fabian Pedregosa <f****@b****t> almost 13 years ago
d851f99d Fixed parameters handling on 'mprof plot' Philippe Gervais <p****s@i****r> almost 13 years ago
f2b2550b merge Merge pull request #53 from dengemann/pep8_fixes Fabian Pedregosa <f****@b****t> almost 13 years ago
6fed905b STY: pep8 and related fixes dengemann <d****n@f****e> almost 13 years ago
9e79e929 BUG: make it work on OSX 10.8 Fabian Pedregosa <f****@b****t> almost 13 years ago
9bfd761d refactoring Fabian Pedregosa <f****@b****t> almost 13 years ago
e8df9caf refactoring Fabian Pedregosa <f****@b****t> almost 13 years ago
627403aa refactoring Fabian Pedregosa <f****@b****t> almost 13 years ago
8796d5ef merge Merge branch 'mprofile' of github.com:pgervais/memory_profiler into pgervais-... Fabian Pedregosa <f****@b****t> almost 13 years ago
3b59db18 Add refresh interval (-i)) option to %memit Fabian Pedregosa <f****@b****t> almost 13 years ago
d339c058 0.27 release Fabian Pedregosa <f****n@f****t> almost 13 years ago
9e4b963b merge Merge remote branch 'fabianp/master' into mprofile Philippe Gervais <p****s@i****r> almost 13 years ago
13e1192d Fix for issue #52 Fabian Pedregosa <f****n@f****t> almost 13 years ago

← Back to repository