aboutsummaryrefslogtreecommitdiff
path: root/Code/Readme
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Readme')
-rw-r--r--Code/Readme16
1 files changed, 16 insertions, 0 deletions
diff --git a/Code/Readme b/Code/Readme
new file mode 100644
index 000000000000..f8b16d79b7e4
--- /dev/null
+++ b/Code/Readme
@@ -0,0 +1,16 @@
+Code - Example Programs
+
+ This directory contains example software sorted by language, which may
+ be used as the target for DTrace scripts. These examples are simple and
+ to the point, and are intended as example targets for when learing
+ DTrace.
+
+ Some people attempt to learn DTrace by tracing their complex real
+ world application first. That's the hard way. Try these programs instead,
+ and once you are confident here, move onto harder targets.
+
+ Some of these programs feature in the example files in the /Examples
+ directory.
+
+ This directory does not contain DTrace scripts.
+