requireUser();
$filter = new SearchFilter();
$stats = new CrashStats($filter);
Layout::header($filter->renderPaginator($stats->getNumTopCrashers()));
$filter->render();
?>
getURLArgs() . "&signature_id=" . urlencode($r->signature_id);
}
$sigs = $stats->getTopCrashers();
$c = count($sigs);
if ($c) :
?>
| Nr |
|
Module |
Stack Top |
signature_text);
$txt = "";
if ($parts[1]) $txt .= preg_replace("/((::|<|>|,|\\(|\\)))/", "\\1", htmlentities($parts[1]));
if ($txt) $txt .= "
";
if ($parts[2]) $txt .= preg_replace("/((::|<|>|,|\\(|\\)))/", "\\1", htmlentities($parts[2]));
if (!$txt) $txt = " ";
$ctext = "Comments";
if ($r->has_comments)
{
$ctext .= " ({$r->has_comments})";
}
?>
| nr) ?> |
signature_id ?>" class="comment_link" data-signature-id="signature_id) ?>"> |
|
|
getURLArgs() . "&gpu=" . urlencode($r->gpu);
}
$gpus = $stats->getGPUStats();
$c = count($gpus);
if ($c) :
?>
getURLArgs() . "&os=" . urlencode($r->os_type);
}
$oses = $stats->getOSStats();
$c = count($oses);
if ($c) :
?>
getURLArgs() . "®ion=" . urlencode($r->region) . "&grid=" . urlencode($r->grid);
}
$regions = $stats->getRegionStats();
$c = count($regions);
if ($c) :
?>