|
|||
2. Types, Operators, and Expressions 8. Type and Constant Definitions 34. Statically Defined Tracing for User Applications |
DescriptionThe dtrace command provides a generic interface to all of the essential services provided by the DTrace facility, including:
dtrace can also be used to create D scripts by using it in a #! declaration to create an interpreter file (see Chapter 15, Scripting). Finally, you can use dtrace to attempt to compile D programs and determine their properties without actually enabling any tracing using the -e option, described below. |
||
|