- load a trace file from the dropdown
- click a left margin to collapse a whole sub tree
- click a function name to collapse all calls to the same function
- click the parameter list to expand it
- click the return list to expand it
- click the time to mark the line important
- use checkboxes to hide all PHP internal functions or limit to important lines
parse();
echo $parser->getTraceHTML();
}
?>