Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Jul 16, 2024
1 parent 4c73df7 commit 21a5e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/ViewModels/Core/PortViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ private void AutoCompleteCluster(object parameter)
wsViewModel.Nodes.LastOrDefault().IsFrozen = true;

stopwatch.Stop(); // Stop the stopwatch
wsViewModel.DynamoViewModel.Model.Logger.Log($"Execution Time: {stopwatch.ElapsedMilliseconds} ms");
wsViewModel.DynamoViewModel.Model.Logger.Log($"Cluster Placement Execution Time: {stopwatch.ElapsedMilliseconds} ms");
}

private void NodePortContextMenu(object obj)
Expand Down

0 comments on commit 21a5e21

Please sign in to comment.