in reply to Re^2: Stats for super search look buggy
in thread Stats for super search look buggy
use constant jump => 9866219; my $delta = $last_node_in_search_range - $first_node_in_search_range; $delta -= jump if $delta > jump; my $percent = 100 * $delta / ($most_recent_node_id - jump);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Stats for super search look buggy
by jdporter (Paladin) on May 10, 2021 at 03:40 UTC | |
by LanX (Saint) on May 10, 2021 at 09:49 UTC | |
by jdporter (Paladin) on May 10, 2021 at 12:00 UTC | |
by LanX (Saint) on May 10, 2021 at 12:25 UTC | |
by pryrt (Abbot) on May 10, 2021 at 13:39 UTC | |
|
Re^4: Stats for super search look buggy
by LanX (Saint) on May 08, 2021 at 23:43 UTC |