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) :
?>
| 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 = " ";
?>
| nr) ?> |
|
|
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) :
?>