c# - Why is nearly all the bottleneck in my Managed application External Code? -


i wrote tool reduces number of cubes in voxel world combing them larger cubes. it's entirely managed application, written in c#, , pretty ton of searching in several hashset. does, think performance reasonable, visual studio 2015 rc profiler isn't helping me assess that.

enter image description here

as can see image above, 80% of time spent in "[external code]". , doesn't seem make difference whether just code enabled or disabled each time run profiler. highly doubt it's spending 80% of time doing garbage collection, i'm wondering if might bug profiler.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -