uranusmars / webgrind

Automatically exported from code.google.com/p/webgrind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select a cachegrind file above - no files.

GoogleCodeExporter opened this issue · comments

php.ini:
xdebug.profiler_enable=On
xdebug.profiler_enable_trigger=On
xdebug.profiler_output_dir="D:\Server\tmp\traces"
xdebug.profiler_output_name = cachegrind.out.%t.%p

config.php:
    static $storageDir = 'D:\Server\tmp\traces';
    static $profilerDir = 'D:\Server\tmp\traces';

Files in 'D:\Server\tmp\traces' exist. But at http://localhost/Tools/webgrind/ 
no files.

Help me!


Original issue reported on code.google.com by anton.el...@gmail.com on 21 Aug 2010 at 2:18

You might try toying with the profiler_output_name options... I found today 
that using %s in the format would cause webgrind to not see *ANY* files in my 
profiler_output_dir.

Original comment by demon.g...@gmail.com on 3 Sep 2010 at 8:57

Duplicate of issue #36?

Original comment by demon.g...@gmail.com on 3 Sep 2010 at 8:59