amzotall / webgrind

Automatically exported from code.google.com/p/webgrind
Other
0 stars 0 forks source link

Select a cachegrind file above - no files. #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Duplicate of issue #36?

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