Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Unable to open '/../../lib/Storable.pm' for reading: No such file or directory.

MIME-Version: 1.0
Received: by 10.100.239.11 with SMTP id m11mr1536096anh.14.1233743448845; Wed, 
	04 Feb 2009 02:30:48 -0800 (PST)
Date: Wed, 4 Feb 2009 02:30:48 -0800 (PST)
X-IP: 78.86.189.234
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; 
	rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5,gzip(gfe),gzip(gfe)
Message-ID: <00c7d0cf-1636-43d0-861a-9ac0c42c1f94@w1g2000prk.googlegroups.com>
Subject: Unable to open '/../../lib/Storable.pm' for reading: No such file or 
	directory.
From: tcbarrett <tcbarr...@gmail.com>
To: "Devel::NYTProf Dev" <develnytprof-dev@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

NYTProf version:
## $Id: NYTProf.pm 665 2009-01-05 23:05:37Z tim.bunce $
our $VERSION =3D '2.07';

Running on MacOSX, Perl 5.8.9

Most of my time is spent in Storable
(238	1	2	53.2s	53.2s	Storable::::mretrieveStorable::mretrieve(xsub))

Detail
# spent 107ms within Storable::dclone which was called 125 times, avg
857=B5s/call:
# 125 times (107ms+0s) by Class::DBI::ColumnGrouper::clone at line 68
of /opt/local/lib/perl5/site_perl/5.8.9/Class/DBI/ColumnGrouper.pm,
avg 857=B5s/call
# spent 39.9ms within Storable::net_mstore which was called 42 times,
avg 951=B5s/call:
# 42 times (39.9ms+0s) by Storable::_freeze at line 339, avg 951=B5s/
call
# spent 53.2s within Storable::mretrieve which was called 237 times,
avg 224ms/call:
# 237 times (53.2s+0s) by Storable::thaw at line 415, avg 224ms/call
Unable to open '/../../lib/Storable.pm' for reading: No such file or
directory.

I've tried adding nytprofhtml --lib /opt/local/lib/perl5/5.8.9/
darwin-2level (where Storable lives), but this makes no difference?