]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/js_cputime.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / js_cputime.d.1m
1 .TH js_cputime.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 js_cputime.d - measure JavaScript on-CPU times for types of operation.
4 .SH SYNOPSIS
5 .B js_cputime.d
6
7 .SH DESCRIPTION
8 This traces JavaScript activity from all browsers running on the system with
9 JavaScript provider support.
10
11 Filename and function names are printed if available.
12 .SH OS
13 Any
14 .SH STABILITY
15 Evolving - uses the DTrace JavaScript provider, which may change 
16 as additional features are introduced. Check JavaScript/Readme
17 to see what version these scripts are based on.
18 .SH EXAMPLES
19 .TP
20 Default output,
21
22 .B js_cputime.d
23 .PP
24 .SH FIELDS
25 .TP
26 FILE
27 Filename of the JavaScript program
28 .TP
29 TYPE
30 Type of call (func/obj-new/gc/total)
31 .TP
32 NAME
33 Name of call
34 .TP
35 TOTAL
36 Total on-CPU time for calls (us)
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 js_cputime.d will run until Ctrl-C is hit.
45 .SH AUTHOR
46 Brendan Gregg
47 [CA, USA]
48 .SH SEE ALSO
49 dtrace(1M)