• CLR探查是一个工具,旨在使开发商看到分配的配置文件管理应用程序。 更确切地说,应用程序使你能够找出更多关于该方法分配给该类型的对象,是什么在收集堆,什么目的生存和什么是实际上保持他们的生命。 再说,你应该铭记,该项目不再积极维持,因此,它可能不适用于应用最近开发的。

    重要的是要注意的程序是相当的侵入性的,并根据开发,你很可能会经历经济放缓10至100之间在应用程序分析。 此外,日志的文件的创建的以下分析可能是相当大的。 尽管如此,可以防止结束了一个巨大的文件,吃了所有的空间上的分区通过反复的分配和电话记录。

    在实用工具包括一些非常有用的意见的分配模式,包括直方的分配的类型、分配和呼图表,一条时间线表示GCs的各代人的和得到国家的管理堆之后,这些收藏和一个电话树显示按方法分配和大会的负荷。

    系统requirementsNET框架4.0和较新的

  • CLR Profiler बनाया गया एक उपकरण है करने के लिए डेवलपर्स की अनुमति को देखने के लिए आवंटन की प्रोफाइल उनके प्रबंधित अनुप्रयोगों । अधिक संक्षेप में, आवेदन आपको सक्षम बनाता है खोजने के लिए बाहर के बारे में और अधिक तरीकों के लिए आवंटित प्रकार की वस्तुओं, पर क्या है कलेक्टर ढेर, क्या वस्तुओं जीवित रहने के लिए और क्या वास्तव में उन्हें जिंदा रखता है. तो फिर, आप ध्यान में रखना चाहिए कि इस परियोजना को अब सक्रिय रूप से बनाए रखा है और इसलिए, यह उपयुक्त नहीं हो सकता का उपयोग करने के लिए क्षुधा के लिए आप विकसित की है हाल ही में.

    यह नोट करना महत्वपूर्ण है कि इस कार्यक्रम में काफी दखल देने और, डेवलपर के अनुसार, आप की संभावना अनुभव करने के लिए एक मंदी के बीच 10 के लिए 100 आवेदन में आप कर रहे हैं की रूपरेखा. इसके अलावा, लॉग फ़ाइलें बनाया गया के बाद विश्लेषण किया जा सकता है, काफी बड़ी है । फिर भी, आप कर सकते हैं को रोकने के समाप्त होने के साथ एक बहुत बड़ी फ़ाइल है कि सभी जगह पर अपने विभाजन toggling द्वारा आवंटन और कॉल लॉग.

    उपयोगिता के एक नंबर शामिल हैं बहुत ही उपयोगी विचारों के आवंटन प्रोफ़ाइल की पहुंच सहित, एक हिस्टोग्राम के आवंटित प्रकार, आवंटन और कॉल रेखांकन, एक समय रेखा दिखा GCs के विभिन्न पीढ़ियों और जिसके परिणामस्वरूप राज्य के कामयाब ढेर के बाद उन संग्रहों, और एक कॉल के पेड़ दिखा प्रति-विधि आवंटन और विधानसभा लोड करता है ।

    प्रणाली requirementsNET Framework 4.0 और नए

  • The CLR Profiler is a tool designed to allow developers to see the allocation profile of their managed applications. More precisely, the application enables you to find out more about the methods allocated to the types of objects, what is on the collector heap, what objects survive and what actually keeps them alive. Then again, you should bear in mind that the project is no longer actively maintained and hence, it may not be suitable to use for apps you developed lately.

    It is important to note that the program is quite intrusive and, according to the developer, you are likely to experience a slowdown between 10 to 100 in the applications you are profiling. Moreover, the log files created following the analysis can be quite large. Nevertheless, you can prevent ending up with a huge file that eats up all the space on your partitions by toggling the allocation and call logging.

    The utility includes a number of very useful views of the allocation profile, including a histogram of allocated types, allocation and call graphs, a time line showing GCs of various generations and the resulting state of the managed heap after those collections, and a call tree showing per-method allocations and assembly loads.

    System requirementsNET Framework 4.0 and newer