I have installed the xdebug , and qCachegrind, which is the windows ver of KCachegrind.. but could not see any profiling data on this interface.
May be i am unable to configure it correctly.
Let me tell you that , i have installed Xdebug already , and i am viewing it on webgrind.
Here i am posting the ini settings for xdebug:
zend_extension = C:\xampp\php\ext\php_xdebug-2.4.0-5.6-vc11.dll
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 0
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
debug.trace_output_dir = "C:\xampp\tmp"
Some body please help me out here , who has used it before, couldnt find much help on internet.