Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

code profiling

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    code profiling

    Have anyone done code profiling for the customizations? if so, please share which ones work best. there are several tools out there and I wamt to get some idea before diving in.

    #2
    Hello junkone,

    Thank you for your post.

    While I am not aware of any code profiling that has been performed, could you elaborate on the customizations you refer to?

    Comment


      #3
      i installed Nprofiler but it can only look at exe files and needs to have pdb available in order to profile. in a nutshell, i am looking for ways to optimize code and look at number of method calls running with execution times so i can optimize them.
      i dont see a way where i can profile based on dll as all my custom code is probably compiled in the custom dll.

      Comment


        #4
        i just used good old visual studio to profile and here is some interesting findings.


        i find calls to indicators that i thought i had remvoed as i dont use them. colored in yellow.
        i find using tick is very intensive operation in number of calls. might have to change to 1 second bar.
        i find my startup is a intensive operation.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        599 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        344 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        558 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        557 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X