I'm copying one datatable into another like this: temporaryTreeData = treeViewData.Copy(); How could I figure out how much time it takes for the copy to complete? Thanks ...