stat
stat copied to clipboard
A super modern high performance profiler for production
I've been testing stat for a few hours, returned to it overnight run a symfony controlle and caught a bug with corrupted paths. I stripped some output and left only...
I went with json at first to make it easy to interface with stat from any language, so you could easily implement your ui stuff in node or java or...
As the way stat works is quite different from things like Xdebug that just dump a valgrind blob that can be parsed after the fact, a short example could ease...