pkeairnes
15 years agoNew Contributor
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 tried various combinations of adding the System.dll assembly, creating include/exclude areas, but I cannot figure out how to add just a few hand-picked framework classes to my profile.