Skip to content
NoteBook
Search
K
Main Navigation
UnrealEngine
Languages
Pipeline
It
Appearance
Menu
Return to top
On this page
Get execution time cmd using powershell
powershell
Measure-Command
{
<
command
>
}
1
Example
powershell
(
measure-command
{
rez env
--
rez
})
.totalSeconds
1