Official eMule-Board: Analyze Long-calculating Functions In Source Code - Official eMule-Board

Jump to content


Page 1 of 1

Analyze Long-calculating Functions In Source Code

#1 User is offline   Enomine 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 30-May 14

Posted 23 December 2021 - 05:21 PM

Hi,

i am a java-programmer and know that there are tools that show us which method of a program is executes how often and how long it takes. It shows the percentage of each method related to others of full calculating time.

As i know emule is written in C or C++ (hopefully). Are there similar tools to do that with emule? Or has someone already done that?

Goal would be for me to identify methods that take a lot of time (like x^2 or 2^x) and execute them less often (for example for gui)
A second goal would be to identify the method that searches for sources for a file and rewrite / extend it so it will search for sources less often if the file is already very old in downloadlist (new added files will searched more often than downloads that are months old). I hope this will make more efficency.

Thanks - Enomine
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users