Forum Discussion

pkeairnes's avatar
pkeairnes
New Contributor
14 years ago

How to profile just a few .NET Framework classes

Is it possible to enable profiling of my application plus a .NET Framework class such as System.Text.RegularExpressions.Regex without incurring the cost of profiling every .NET Framework class? I have...