-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorException: Undefined index: mu on src/Xhgui/Profile.php:385 #343
Comments
@ngyuki: which storage? pdo or mongodb? |
seems to be the same problem: #146 |
@glensc Thank you for reply. I using mongodb. |
If that is case, I think it would be more friendly if |
Is the profiling even useful if you have not enabled any profiling flags? I believe that just hiding the notices is not a solution. I think the saver here should reject incomplete profiles so they are not recorded at all. |
I can only confirm it with tideways_xhprof, but even if all the flags are disabled, only the wall time is measured. I think the problem is that the flag defaults to empty in php-profiler, so xhgui errors in that config.
|
so, only wall time is measured is actually useful? also: 🚧 Never link to branches, share a permalink 🚧
NOTE: edit your post and fix it with a permalink! |
It's same problem as #146, so I'll close it |
I tested submitting only wall time, the output is useful. just cpu and mem columns are empty. |
Run xhgui with
error_reporting=-1
.Empty
profiler.flags
in php-profiler.Show profile results in xhgui, will see following error.
The text was updated successfully, but these errors were encountered: