]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/pl_calldist.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / pl_calldist.d.1m
1 .TH pl_calldist.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 pl_calldist.d - measure Perl elapsed times for subroutines.
4 .SH SYNOPSIS
5 .B pl_calldist.d
6
7 .SH DESCRIPTION
8 This traces Perl activity from all programs running on the system with
9 Perl provider support.
10
11 This script prints distribution plots of elapsed time for Perl subroutines.
12 Use pl_calltime.d for summary reports.
13
14 Filename and subroutine names are printed if available.
15 .SH OS
16 Any
17 .SH STABILITY
18 Evolving - uses the DTrace Perl provider, which may change 
19 as additional features are introduced. Check Perl/Readme
20 to see what version these scripts are based on.
21 .SH EXAMPLES
22 .TP
23 Default output,
24
25 .B pl_calldist.d
26 .PP
27 .SH FIELDS
28 .TP
29 1
30 Filename of the Perl program
31 .TP
32 2
33 Type of call (sub)
34 .TP
35 3
36 Name of call
37 .PP
38 .SH DOCUMENTATION
39 See the DTraceToolkit for further documentation under the 
40 Examples, Notes and Docs directories. The example files may be
41 especially useful as they aim to demonstrate how to interpret
42 the output.
43 .SH EXIT
44 pl_calldist.d will run until Ctrl-C is hit.
45 .SH AUTHOR
46 Brendan Gregg
47 [CA, USA]
48 .SH SEE ALSO
49 dtrace(1M)