Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 jeronymite, 04-12-2024, 04:26 PM
        3 responses
        44 views
        0 likes
        Last Post jeronymite  
        Started by Barry Milan, Yesterday, 10:35 PM
        7 responses
        20 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by AttiM, 02-14-2024, 05:20 PM
        10 responses
        179 views
        0 likes
        Last Post jeronymite  
        Started by ghoul, Today, 06:02 PM
        0 responses
        9 views
        0 likes
        Last Post ghoul
        by ghoul
         
        Started by DanielSanMartin, Yesterday, 02:37 PM
        2 responses
        13 views
        0 likes
        Last Post DanielSanMartin  
        Working...
        X