]> granicus.if.org Git - python/commit
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
authorSanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
Wed, 8 Nov 2017 10:50:56 +0000 (16:20 +0530)
committerAntoine Pitrou <pitrou@free.fr>
Wed, 8 Nov 2017 10:50:56 +0000 (11:50 +0100)
commit7973e279a21999f134aff92dd6d344ec4591fae9
treef8007dd3dac2f7cbf905f45ccd148cf4b5a1fd9a
parent4fc4defd1c9bd667635ba4080404e7aa3fcd49ea
bpo-21862: Add -m option to cProfile for profiling modules (#4297)

* bpo-21862: Add -m option to cProfile for profiling modules
Doc/library/profile.rst
Doc/whatsnew/3.7.rst
Lib/cProfile.py
Lib/test/test_cprofile.py
Misc/NEWS.d/next/Library/2017-11-07-15-19-52.bpo-21862.RwietE.rst [new file with mode: 0644]