PowerShell: Timing Command, Function, Script

By Xah Lee. Date: .

use Measure-Command to time command, function, script.

example:

Measure-Command { emacs --script "c:/Users/xah/xyz.el"  }
Measure-Command { wolframscript.exe -file "c:/Users/xah/xyz.wl" }

PowerShell: Profile and Script