Update to 6.01
-------------- Changes in Devel::NYTProf 6.01 - 4th April 2015 Changed the clock used on Windows to high resolution QueryPerformanceCounter which makes NYTProf useful on windows, at last, thanks to bulk88, #68 Fallback to checking PATH for nytprof scripts, #61 thanks to calid Fix unused variable warnings thanks to zefram, RT#103107 Fix handling of PERL_DISABLE_PMC, thanks to bulk88, #67 Use larger buffer size when writing the data file, thanks to bulk88 #69 Clarified the docs re DB:: functions, #63 thanks to dbooth-boston Documentation cleanup thanks to wollmers, #64 Clarify reason for loading Devel::NYTProf as early as possible. Clarification of the RUN-TIME CONTROL OF PROFILING docs
This commit is contained in:
parent
2938bb65c0
commit
b9f21387c4
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2015/03/01 09:11:23 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2015/04/09 01:12:34 mef Exp $
|
||||
|
||||
DISTNAME= Devel-NYTProf-5.07
|
||||
DISTNAME= Devel-NYTProf-6.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2015/03/01 09:11:23 mef Exp $
|
||||
$NetBSD: distinfo,v 1.15 2015/04/09 01:12:34 mef Exp $
|
||||
|
||||
SHA1 (Devel-NYTProf-5.07.tar.gz) = a6608e7ba2814960efeb8f364bd0f6894fd1b6b9
|
||||
RMD160 (Devel-NYTProf-5.07.tar.gz) = 45808757580ee73050dd2b13f85c2e52a07b5f33
|
||||
Size (Devel-NYTProf-5.07.tar.gz) = 429983 bytes
|
||||
SHA1 (Devel-NYTProf-6.01.tar.gz) = f41c03fd299e0a56567583497080a333f5220b7b
|
||||
RMD160 (Devel-NYTProf-6.01.tar.gz) = 429bf855ecb805482ab6ed4d0fecde99267cc2b5
|
||||
Size (Devel-NYTProf-6.01.tar.gz) = 432670 bytes
|
||||
|
|
Loading…
Reference in a new issue