Mon, 11 Jun 2018 19:24:01 +0200 |
Boris Feld |
statprof: fix save and load
|
Fri, 01 Jun 2018 17:27:58 +0200 |
Boris Feld |
profiling: introduce a "profiling.time-track" option
|
Fri, 01 Jun 2018 11:23:27 +0200 |
Boris Feld |
statprof: also gather wall time
|
Sat, 26 May 2018 12:14:04 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkstemp() to use bytes path
|
Thu, 14 Dec 2017 20:18:15 +0000 |
Alex Gaynor |
statprof: remove a line of deadcode
|
Sun, 10 Dec 2017 04:49:29 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in statprof.py
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Mon, 20 Feb 2017 18:40:42 +0530 |
Pulkit Goyal |
py3: use pycompat.fsencode() to convert __file__ to bytes
|
Sun, 12 Feb 2017 22:20:20 -0800 |
Bryan O'Sullivan |
statprof: allow rendering in the Chrome trace viewer format
|
Sun, 12 Feb 2017 22:16:58 -0800 |
Bryan O'Sullivan |
statprof: add a path simplification function
|
Wed, 18 Jan 2017 22:45:07 -0800 |
Gregory Szorc |
statprof: require input file
stable
|
Sun, 18 Dec 2016 02:06:00 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 4 of 5)
|
Tue, 06 Dec 2016 06:36:36 +0530 |
Pulkit Goyal |
py3: make a bytes version of getopt.getopt()
|
Wed, 30 Nov 2016 23:38:50 +0530 |
Pulkit Goyal |
py3: use unicodes in __slots__
|
Fri, 04 Nov 2016 20:22:37 -0700 |
Gregory Szorc |
statprof: return state from stop()
|
Tue, 01 Nov 2016 19:03:11 -0700 |
Gregory Szorc |
statprof: pass data structure to display functions
|
Sun, 14 Aug 2016 19:20:12 -0700 |
Gregory Szorc |
statprof: use print function
|
Tue, 01 Nov 2016 18:55:30 -0700 |
Gregory Szorc |
statprof: use absolute_imports
|
Sun, 14 Aug 2016 19:14:05 -0700 |
Gregory Szorc |
statprof: require paths to save or load profile data
|
Sun, 14 Aug 2016 19:13:32 -0700 |
Gregory Szorc |
statprof: fix flake8 warnings
|
Tue, 01 Nov 2016 18:54:03 -0700 |
Gregory Szorc |
statprof: vendor statprof.py
|