requireUser(); $filter = new SearchFilter(); $stats = new CrashStats($filter); Layout::header(); $filter->render(); ?>
getURLArgs() . "&signature_id=" . urlencode($r->signature_id); } $sigs = $stats->getTopCrashers(); $c = count($sigs); if ($c) : ?> 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 = " "; ?>
Nr Module Stack Top
nr) ?>
getURLArgs() . "&gpu=" . urlencode($r->gpu); } $gpus = $stats->getGPUStats(); $c = count($gpus); if ($c) : ?>
Nr. reports GPU Identifier
nr) ?> gpu) ?>
getURLArgs() . "&os=" . urlencode($r->os_type); } $oses = $stats->getOSStats(); $c = count($oses); if ($c) : ?>
Nr. reports Operating System Type
nr) ?> os_type) ?>
getURLArgs() . "®ion=" . urlencode($r->region) . "&grid=" . urlencode($r->grid); } $regions = $stats->getRegionStats(); $c = count($regions); if ($c) : ?>
Nr. reports Region Grid
nr) ?> region) ?> grid) ?>