0

I have installed webgrind which is used for profiling in browser. Here is a screenshot: enter image description here What does these number in function column mean? How these number relate to name of functions? How do I know which number refers to which function?

user4904589
  • 547
  • 2
  • 5
  • 15

1 Answers1

0

It seems your version of vebgrind is not fully compatible with your version of XDebug, so it doesn't show functions names. Try to install newer version of webgrind.

ilia
  • 1