[PATCH 6 of 9 RFC] statprof: pass data structure to display functions

timeless timeless at gmail.com
Tue Aug 16 16:40:59 EDT 2016


On Tue, Aug 16, 2016 at 1:25 AM, Gregory Szorc <gregory.szorc at gmail.com> wrote:
> @@ -317,16 +317,17 @@ def stop():
>              state.thread.join()
>
>          state.accumulate_time(clock())
>          state.last_start_time = None
>          statprofpath = os.environ.get('STATPROF_DEST')
>          if statprofpath:
>              save_data(statprofpath)
>
> +

stray newline


More information about the Mercurial-devel mailing list