-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-System.Diagnostics.ActivityenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionstenet-performancePerformance related issuePerformance related issue
Milestone
Description
Diagnostics.Activitiy.Start method currently calls Guid.NewGuid to generate a new activity ID. However, GUID generation seems to work pretty slow on Linux, thus it's proposed to replace it with some random number generation (e.g. Random.Next()) which seems to work much faster.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Diagnostics.ActivityenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionstenet-performancePerformance related issuePerformance related issue