Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Millisecond Timing of Commands

When I used 4DOs a few decades ago it displayed millisecond timing after each command.

Is there a way to get TC to do millisecond timing in a batch file? I want to time some Curl.exe and HTTP stuff.
 
Vincent Fatica's 4UTILS plugin includes the @CLOCK function and CLOCK command with millisecond accuracy.
 
There is also the TCC built-in TIMER command and @TIMER function. Split time is shown as hundredths of a second. Quoting the help file...
Take Command Help v.16.0 said:
The smallest interval TIMER can measure depends on the operating system you are using, your hardware, and the interaction between the two. However, it should never be more than 60 ms.
 
Back
Top