Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xdebug trace GUI? [closed]

I'm trying to find a GUI to parse and view Xdebug trace files. Although you can make them human readable, the sheer number of lines makes it unusable.

I'm looking for something like KCachegrind but for a trace file. My main goal behind all this is to find what the memory hogs are.

like image 853
nolanpro Avatar asked Sep 21 '09 19:09

nolanpro


People also ask

What is xdebug trace?

Xdebug allows you to log all function calls, including parameters and return values to a file in different formats. Those so-called "function traces" can be a help for when you are new to an application or when you are trying to figure out what exactly is going on when your application is running.

What is the use of a trace file?

A trace file is a file containing a trace of certain events that happen (or will happen) during some process. In the context of dinero simulations, the trace file contains a trace of all the addresses used in memory references by the program from which the trace is generated.


2 Answers

I found this to be pretty solid. Maybe it's serviceable to you, too:

https://github.com/corretge/xdebug-trace-gui

like image 178
Bruiser Avatar answered Oct 09 '22 12:10

Bruiser


I found this one: xdebug trace file parser.

like image 5
vdrmrt Avatar answered Oct 09 '22 10:10

vdrmrt