Skip to content
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

Strange numbers on extremely long requests #12

Open
lencioni opened this issue Jan 18, 2011 · 0 comments
Open

Strange numbers on extremely long requests #12

lencioni opened this issue Jan 18, 2011 · 0 comments

Comments

@lencioni
Copy link

I have a script that runs for an extended period of time it is causing some strange numbers to appear in my reports. Here's a screenshot: http://imgur.com/t3egK

A lot of the times are reported as -2147483648.0000 microsecond which makes me believe that this is a problem with the datatype on the database column (int has a minimum value of -2147483648 and a maximum value of 2147483647). I suggest that the pmu, wt, and cpu columns be changed from int to bigint unsigned, or at minimum from int to int unsigned (these values should never be negative, right?)

dshafik pushed a commit to dshafik/xhprof that referenced this issue Oct 23, 2013
French translation of documentation

reviewed by: Mathieu Rochelle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant