Page 1 of 1

[Solved] What does a negative mod profile mean?

PostPosted: Tue Jul 12, 2016 07:17
by addi
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
          modname |                      type |      min µs |    max µs |    avg µs |     min % |     max % |     avg %
 -----------------+---------------------------+-------------+-----------+-----------+-----------+-----------+-----------
          technic |                           | -4294959862 |  11131659 |      1476 |         0 |       100 |         8
    growing_trees |                           | -4294582161 |   5672437 |        21 |         0 |       100 |         0


Does they cause so much lag to create a integer overflow? or is this a bug of the Minetest profiling and the data are invalid?

Re: What does a negative mod profile mean?

PostPosted: Tue Jul 12, 2016 11:37
by rubenwardy
That the profiler is buggy

Re: What does a negative mod profile mean?

PostPosted: Tue Jul 12, 2016 14:34
by addi
:-/

Re: What does a negative mod profile mean?

PostPosted: Tue Jul 12, 2016 23:51
by azekill_DIABLO
BestAnswerOfTheDay

Re: What does a negative mod profile mean?

PostPosted: Wed Jul 13, 2016 11:45
by Krock
Does this bug still occur after yesterday's commit d7060c2 ?

Re: What does a negative mod profile mean?

PostPosted: Thu Jul 14, 2016 15:22
by addi
Krock wrote:Does this bug still occur after yesterday's commit d7060c2 ?

hmm cannot say. the negative numbers did only occur on server, and I does not want to update this currently. ( never touch a running system) But ill take a look on it after next update.

Re: [solved] What does a negative mod profile mean?

PostPosted: Thu Sep 29, 2016 13:35
by addi
After updating to latest dev the problem with the negative profiler numbers is gone. The Profiler works now correctly. Thanks to all that made this possible.