Replies: 1 comment
-
Probably answer to this is spans: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems xhprof has some kind of hack to record SQL queries as profiler records:
How should this be done instead? Consider that a typical application has most of the calls as userspace code, like
Zend_Db_Statement_Pdo::_execute
, and that usuallyXHPROF_FLAGS_NO_BUILTINS
is wanted.Beta Was this translation helpful? Give feedback.
All reactions