]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/py_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 / py_calldist.d.1m
1 .TH py_calldist.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 py_calldist.d - measure Python elapsed times for functions.
4 .SH SYNOPSIS
5 .B py_calldist.d
6
7 .SH DESCRIPTION
8 This traces Python activity from all programs running on the system with
9 Python provider support.
10
11 This script prints distribution plots of elapsed time for Python
12 operations. Use py_calltime.d for summary reports.
13
14 Filename and function names are printed if available.
15 .SH OS
16 Any
17 .SH STABILITY
18 Evolving - uses the DTrace Python provider, which may change 
19 as additional features are introduced. Check Python/Readme
20 to see what version these scripts are based on.
21 .SH EXAMPLES
22 .TP
23 Default output,
24
25 .B py_calldist.d
26 .PP
27 .SH FIELDS
28 .TP
29 1
30 Filename of the Python program
31 .TP
32 2
33 Type of call (func)
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 py_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)