Revision 764
Added by thorn over 17 years ago
| search.php | ||
|---|---|---|
| 25 | 25 |
|
| 26 | 26 |
// we have to do some cleanup here, ASAP! |
| 27 | 27 |
|
| 28 |
// this is for testing only |
|
| 29 |
$overall_start_time = microtime(true); |
|
| 30 |
//xdebug_start_trace(); |
|
| 31 |
//xdebug_enable(); |
|
| 32 |
|
|
| 33 | 28 |
if(!defined('WB_URL')) {
|
| 34 | 29 |
header('Location: index.php');
|
| 35 | 30 |
exit(0); |
| ... | ... | |
| 635 | 630 |
// Show search footer |
| 636 | 631 |
echo $search_footer; |
| 637 | 632 |
|
| 638 |
$overall_end_time = microtime(true); // for testing only |
|
| 639 |
$time=$overall_end_time-$overall_start_time; print "<br />Timings - Overall: $time<br />"; |
|
| 640 |
//xdebug_stop_trace(); |
|
| 641 |
//echo "<hr />"."peak memory-usage: ".xdebug_peak_memory_usage()."<br />"."time: ".xdebug_time_index()."<br />"; |
|
| 642 |
|
|
| 643 | 633 |
?> |
Also available in: Unified diff
removed some debugging-code