Created a composite output type, CountTimeWritable, to track the count in addition to the cumulative time of operations. As well, adds another level of granularity through the operation name instead of just the type. This gives more insight into per-operation behaviour, and makes it possible to calculate the average latency per operation instead of just the total.
EDIT: also changes the separator to a , for better tabular representation
Created a composite output type,
CountTimeWritable
, to track the count in addition to the cumulative time of operations. As well, adds another level of granularity through the operation name instead of just the type. This gives more insight into per-operation behaviour, and makes it possible to calculate the average latency per operation instead of just the total.EDIT: also changes the separator to a
,
for better tabular representationThe output from a workflow changes as follows:
Before
After