Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesHi,
So I was working on a project which uses the "Download" tool. I needed to measure precisely the response time for each record so I set up a "timestamp" value using the DateTimeNow() function before the actual download. After download was complete, i tried to measure the response time by using the DateTimeDiff() function. However, using this method, i was not able to get a precise (up to a millisecond) performance reading since the DateTime format gets rounded to a second.
It would be great to have a way of precisly measure the time taken for each record to go through a tool or a set of tool and having that value be a part of the output file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.