Implements a pair of timing services that could be useful for measuring the time (in milliseconds) it takes to perform a Flow service, or portion of one.
The endTiming service is also an example of using the IDataUtil convenience methods for getting fields from the pipeline and setting them. In addition, it shows how to call another service from Java by passing it a new small pipeline (a pipelet).
See the comments in the Input/Output tab for more detail on each service.
Run the testTiming service and then look in the server log for the results.