]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/js_objcpu.d.1m
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / dtracetoolkit / Man / man1m / js_objcpu.d.1m
1 .TH js_objcpu.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 js_objcpu.d - measure JavaScript object creation on-CPU time using DTrace.
4 .SH SYNOPSIS
5 .B js_objcpu.d
6
7 .SH DESCRIPTION
8 This traces JavaScript activity from all browsers running on the system
9 with JavaScript provider support.
10
11 Class 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_objcpu.d
23 .PP
24 .PP
25 .SH DOCUMENTATION
26 See the DTraceToolkit for further documentation under the 
27 Examples, Notes and Docs directories. The example files may be
28 especially useful as they aim to demonstrate how to interpret
29 the output.
30 .SH EXIT
31 js_objcpu.d will run until Ctrl-C is hit.
32 .SH AUTHOR
33 Brendan Gregg
34 [CA, USA]
35 .SH SEE ALSO
36 dtrace(1M)