Changes
Title
unchanged
Profiling using XDebug
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
profiling, access control, XDebug, php
Content
changed
[...]
4. Visualize the results
------------------
To visualize the results, use [KCacheGrind](http://kcachegrind.sf.net/ "KCacheGrind") or [WinCacheGrind](http://sourceforge.net/projects/wincachegrind "WinCacheGrind") or inside a browser using [WebGrind](https://code.google.com/p/webgrind).
Personally, I compressed the file on the server and transferred it to my PC using scp where I visualized the uncompressed results on WinCacheGrind.[...]