PowerShell: Timing Command, Function, Script
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" }
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" }