summaryrefslogtreecommitdiffstats
path: root/Examples/js_execs_example.txt
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
committergnn <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
commit4297c1b2d07fec7f50b70e26e3adb4d062b19e15 (patch)
treeaec2772e8855e6dbaea6d8136ed0c47bcb825dee /Examples/js_execs_example.txt
parent111c75a23278cd9317f0a13867c22ee0f6c95b26 (diff)
downloadFreeBSD-src-4297c1b2d07fec7f50b70e26e3adb4d062b19e15.zip
FreeBSD-src-4297c1b2d07fec7f50b70e26e3adb4d062b19e15.tar.gz
Add the remaining scripts from the DTraceToolkit, version 0.99, to the
vendor tree. http://www.brendangregg.com/dtrace.html#DTraceToolkit
Diffstat (limited to 'Examples/js_execs_example.txt')
-rw-r--r--Examples/js_execs_example.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Examples/js_execs_example.txt b/Examples/js_execs_example.txt
new file mode 100644
index 0000000..d555c1a
--- /dev/null
+++ b/Examples/js_execs_example.txt
@@ -0,0 +1,15 @@
+The following examples show the results of running the script js_execs.d.
+
+Here it runs on the program Code/JavaScript/func_clock.html. The script will
+show you every time something is executed, including page reloads and
+timeouts.
+
+# js_execs.d
+TIME FILE:LINENO
+2007 Sep 23 22:54:31 func_clock.html:32
+2007 Sep 23 22:54:32 func_clock.html:32
+2007 Sep 23 22:54:34 func_clock.html:32
+2007 Sep 23 22:54:35 func_clock.html:32
+2007 Sep 23 22:54:36 func_clock.html:32
+^C
+
OpenPOWER on IntegriCloud