xref: /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/js_execs_example.txt (revision c29d51755812ace2e87aeefdb06cb2b4dac7087a)
1The following examples show the results of running the script js_execs.d.
2
3Here it runs on the program Code/JavaScript/func_clock.html.  The script will
4show you every time something is executed, including page reloads and
5timeouts.
6
7# js_execs.d
8TIME                                              FILE:LINENO
92007 Sep 23 22:54:31                   func_clock.html:32
102007 Sep 23 22:54:32                   func_clock.html:32
112007 Sep 23 22:54:34                   func_clock.html:32
122007 Sep 23 22:54:35                   func_clock.html:32
132007 Sep 23 22:54:36                   func_clock.html:32
14^C
15
16