log mercurial/statprof.py @ 42783:c8d3af9c7e65

age author description
Wed, 05 Jun 2019 12:51:21 -0400 Valentin Gatien-Baron profiling: show actual time spent in hotpath display
Sat, 02 Mar 2019 12:51:04 -0800 Gregory Szorc global: use raw strings for __slots__
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Thu, 01 Nov 2018 17:12:22 -0400 Augie Fackler statprof: clean up unicode/bytes a little
Thu, 01 Nov 2018 17:11:31 -0400 Augie Fackler statprof: add a couple of asserts to avoid storing unicodes
Sat, 20 Oct 2018 20:25:56 +0900 Yuya Nishihara statprof: fix overflow while skipping boilerplate parts
Sat, 20 Oct 2018 20:15:48 +0900 Yuya Nishihara statprof: fix indent level of fp.write() (issue6004)
Fri, 19 Oct 2018 23:30:56 +0300 Pulkit Goyal statprof: update the name as the i increases (issue6003)
Fri, 12 Oct 2018 19:00:24 +0200 Gregory Szorc py3: sprinkle statprof.py with utf-8 encoding
Fri, 12 Oct 2018 19:07:12 +0200 Gregory Szorc py3: use raw strings in statprof.py
Fri, 12 Oct 2018 18:51:10 +0200 Gregory Szorc py3: switch from print(..., file=) to write()
Fri, 12 Oct 2018 18:40:32 +0200 Gregory Szorc py3: use %d in a few places
Fri, 12 Oct 2018 18:37:42 +0200 Gregory Szorc py3: use raw strings for stack names
Fri, 12 Oct 2018 17:25:02 +0200 Gregory Szorc py3: encode json output to bytes and use write()
Fri, 01 Jun 2018 11:36:06 +0200 Boris Feld statprof: cleanup string construction