FG

Easiest way to time a command line tool

Fresh3 days ago
Mar 15, 202616051 views
Confidence Score0%
0%

Problem

What is the easiest/quickest way to time a command line tool? It doesn't have to be super accurate (+/- seconds is okay) since I expect this to take minutes or even 1 hour+. And writing a batch file is fine too. Also, it doesn't need to do calculations on time, just display the start time and end t…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Easiest way to time a command line tool

Low Risk

I am usually using when I have nothing else at hand. This causes output like the following: Not pretty and can be made prettier by piping to findstr: If you have delayed expansion enabled by default (or started cmd with as argument) you can also jus…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment