Output examples
Full report
The following command produces a full report containing both function and type information:
dtxprof -f -t -o sinkpro
-dtx "C:\IBM\WebSphere Transformation Extender 9.0.0\
examples\general\map\sinkmap\sinkmap.mmc"
Individual Function Breakdown
function depth iterations time map type
-------- ----- ---------- ---- --- ----
validation
VALIDATE_CARD 0 1 298 sinkmap
VALIDATE_CARD 0 1 59 sinkmap
mapping
BUILD_CARD 0 1 71 sinkmap
LOOKUP 1 1 42 sinkmap week example
TYPE_NAME 2 8 2 sinkmap week example
BUILD_CARD 0 1 65 sinkmap
NUMBERTOTEXT 1 1 44 sinkmap total_hours element example
ADD_OP 2 1 43 sinkmap total_hours element example
ADD_OP 3 1 37 sinkmap total_hours element example
ADD_OP 4 1 33 sinkmap total_hours element example
ADD_OP 5 1 28 sinkmap total_hours element example
DIV_OP 6 1 24 sinkmap total_hours element example
SUB_OP 7 1 22 sinkmap total_hours element example
TEXTTONUMBER 8 1 20 sinkmap total_hours element example
TIMETOTEXT 9 1 18 sinkmap total_hours element example
TYPE_NAME 10 1 17 sinkmap total_hours element example
TEXTTONUMBER 8 1 1 sinkmap total_hours element example
TIMETOTEXT 9 1 1 sinkmap total_hours element example
TYPE_NAME 10 1 0 sinkmap total_hours element example
FLOAT_CONSTANT 7 1 1 sinkmap total_hours element example
DIV_OP 6 1 4 sinkmap total_hours element example
SUB_OP 7 1 3 sinkmap total_hours element example
TEXTTONUMBER 8 1 1 sinkmap total_hours element example
TIMETOTEXT 9 1 0 sinkmap total_hours element example
TYPE_NAME 10 1 0 sinkmap total_hours element example
TEXTTONUMBER 8 1 1 sinkmap total_hours element example
TIMETOTEXT 9 1 0 sinkmap total_hours element example
TYPE_NAME 10 1 0 sinkmap total_hours element example
FLOAT_CONSTANT 7 1 0 sinkmap total_hours element example
DIV_OP 5 1 4 sinkmap total_hours element example
SUB_OP 6 1 3 sinkmap total_hours element example
TEXTTONUMBER 7 1 0 sinkmap total_hours element example
TIMETOTEXT 8 1 0 sinkmap total_hours element example
TYPE_NAME 9 1 0 sinkmap total_hours element example
TEXTTONUMBER 7 1 0 sinkmap total_hours element example
TIMETOTEXT 8 1 0 sinkmap total_hours element example
TYPE_NAME 9 1 0 sinkmap total_hours element example
FLOAT_CONSTANT 6 1 0 sinkmap total_hours element example
SUB_OP 5 1 3 sinkmap total_hours element example
TEXTTONUMBER 6 1 1 sinkmap total_hours element example
TIMETOTEXT 7 1 0 sinkmap total_hours element example
TYPE_NAME 8 1 0 sinkmap total_hours element example
TEXTTONUMBER 6 1 1 sinkmap total_hours element example
TIMETOTEXT 7 1 0 sinkmap total_hours element example
TYPE_NAME 8 1 0 sinkmap total_hours element example
FLOAT_CONSTANT 5 1 0 sinkmap total_hours element example
DIV_OP 3 1 3 sinkmap total_hours element example
SUB_OP 4 1 2 sinkmap total_hours element example
TEXTTONUMBER 5 1 1 sinkmap total_hours element example
TIMETOTEXT 6 1 1 sinkmap total_hours element example
TYPE_NAME 7 1 0 sinkmap total_hours element example
TEXTTONUMBER 5 1 1 sinkmap total_hours element example
TIMETOTEXT 6 1 0 sinkmap total_hours element example
TYPE_NAME 7 1 0 sinkmap total_hours element example
FLOAT_CONSTANT 4 1 0 sinkmap total_hours element example
BUILD_CARD 0 1 50 sinkmap
TYPE_NAME 1 1 1 sinkmap employee example
TYPE_NAME 1 1 31 sinkmap total_hours element example
Type per Rule Breakdown
time map type
---- --- ----
validation
mapping
428 sinkmap
44 sinkmap week example
65 sinkmap
322 sinkmap total_hours element example
50 sinkmap
1 sinkmap employee example
31 sinkmap total_hours element example
Summary report
The following command produces a summary report containing both function and type information:
dtxprof -fs -ts -o sinkmappro
-dtx "examples\general\map\sinkmap\sinkmap.mmc"
Type per Rule Summary
iterations time map type
---------- ---- --- ----
validation
mapping
1 228 sinkmap week example
2 431 sinkmap total_hours element example
1 1 sinkmap employee example
Function Summary
function iterations time
-------- ---------- ----
VALIDATE_CARD 2 3153
BUILD_CARD 3 2415
TYPE_NAME 20 65
FLOAT_CONSTANT 5 1
ADD_OP 4 167
SUB_OP 5 37
DIV_OP 5 44
LOOKUP 1 226
NUMBERTOTEXT 1 51
TIMETOTEXT 10 34
TEXTTONUMBER 10 35