forked from corretge/xdebug-trace-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
22 lines (21 loc) · 776 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<style>
a {
text-decoration: none;
color: darkred;
}
</style>
</head>
<body>
<a style="float: right" href="http://xdebug.org/docs/"><img src="http://xdebug.org/images/xdebug.gif"></a>
<h1>xdebug-trace-gui</h1>
<a href="https://github.com/corretge/xdebug-trace-gui">Source code at github</a>
<div style="clear: both;">
<ul>
<li><a href="noutrace.php"><b>Xdebug trace gui</b>. With pagination, 1024 sentences in a page. For big traces. Memory and time consumition calculed by difference with previous instruction.</a></li>
<li><a href="trace.php"><b>Xdebug trace gui</b>. Old style, all in a page, with sumaries</a></li>
<li><a href="graph.php"><b>Xdebug trace graph</b>. Statistics</a></li>
</div>
</body>
</html>