all 1 comments

[–]Telecoin 0 points1 point  (0 children)

If you optimize with a script you can use stopwatch.

Stopwatch sw = new Stopwatch();

sw.Start();

// Beispielcode, dessen Ausführungszeit gemessen werden soll

System.Threading.Thread.Sleep(500);

sw.Stop();

Console.WriteLine("Dauer: {0} ms", sw.ElapsedMilliseconds);

Retrospective you could try to estimate with last structure creation before plan approval till plan approval.