I've added a note to the docs about POSIX::_exit.  (I may add an option
to intercept POSIX::_exit and automatically call finish_profile first.)

Thanks.

Tim.

On Fri, Apr 16, 2010 at 09:37:47PM -0700, Clint O wrote:
> 
> 
> On Apr 16, 9:28 pm, Clint O <[email protected]> wrote:
> 
> Looks like I answered my own question about Perl behavior (perldoc -f
> exit):
> 
>  The exit() function does not always exit immediately.  It calls any
> defined "END" routines first, but these "END" routines may not
>  themselves abort the exit.  Likewise any object destructors that need
> to be called are called before the real exit.  If this is a
>  problem, you can call "POSIX:_exit($status)" to avoid END and
> destructor processing.  See perlmod for details.
> 
> -Clint
> 
> -- 
> You've received this message because you are subscribed to
> the Devel::NYTProf Development User group.
> 
> Group hosted at:  http://groups.google.com/group/develnytprof-dev
> Project hosted at:  http://perl-devel-nytprof.googlecode.com
> CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf
> 
> To post, email:  [email protected]
> To unsubscribe, email:  [email protected]
> 

-- 
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to