Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Test loops for performance

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

    Test loops for performance

    Hello,

    My code include 4 nested for loops. Somewhere there is something wrong that produce slowness i would like to make a test.
    I heard of stopwatch and profilers, is there something in NT allowing to test the code to find the trouble?

    TY

    #2
    Hello frankduc,

    NinjaScript is simply C# language so you have access to any C# language features. There is nothing in the platform which would isolate some of your code as a problem or tell you how efficient it is, that would be up to you to write efficient code.

    In general loops will be slow if you execute large loops or many nested loops frequently. You may want to search on external websites for C# loop efficiency suggestions.

    Please let me know if I may be of further assistance.

    Comment


      #3
      Originally posted by frankduc View Post
      Hello,

      My code include 4 nested for loops. Somewhere there is something wrong that produce slowness i would like to make a test.
      I heard of stopwatch and profilers, is there something in NT allowing to test the code to find the trouble?

      TY
      You have two options - either
      1) post your code so the community can help you.
      2) if you understand the principles of finding bottlenecks, you could use something like DateTime.Now.Ticks to find the problem yourself by commenting/uncommenting code and function calls in your nested loops.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      673 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      379 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      111 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      577 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      582 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X