diff options
author | Radu Greab <radu@netsoft.ro> | 2003-07-06 23:09:12 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-06 16:46:20 +0000 |
commit | 7619c85e4dd9a96a05fc0fc72ace9eb2b9f1bc6f (patch) | |
tree | 88ad9fbd60c34574dbe69a0d142746c4ba6673ef /pod/perlvar.pod | |
parent | a7433df8ff37a7cd2fbb0f3ac8f0c0cc2aa71114 (diff) | |
download | perl-7619c85e4dd9a96a05fc0fc72ace9eb2b9f1bc6f.tar.gz |
DProf fixes
Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
p4raw-id: //depot/perl@20034
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index baa0d829fc..4ba6fcff1e 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1078,6 +1078,10 @@ Provide informative "file" names for evals based on the place they were compiled Provide informative names to anonymous subroutines based on the place they were compiled. +=item 0x400 + +Debug assertion subroutines enter/exit. + =back Some bits may be relevant at compile-time only, some at |