I am trying to use the CloudCompare command line to benchmark a new machine, mostly just out of interest to see how long a few processes take on the shiny new hardware.
I am trying the below command,
Code: Select all
Measure-Command -Expression {./CloudCompare.exe -O "D:\Working Directory\TEST.pts" -SS SPATIAL 0.1}
I am not sure if this is more of a Powershell issue but instead of running the cloudcompare command and then given a run time, it gives a run time of a few milliseconds and then moves onto the cloud compare command. Is there a better way to do this?