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

Reported profiling duration is not accurate #24

Open
inconshreveable opened this issue Sep 28, 2015 · 0 comments
Open

Reported profiling duration is not accurate #24

inconshreveable opened this issue Sep 28, 2015 · 0 comments

Comments

@inconshreveable
Copy link
Owner

The reported profiling duration is actually (time of last query - time of first query), which is not accurate if there is a long period of time between when profiling begins and when the first query is captured (same goes for last query and profile end).

It's not a big deal for now, but it should be changed at some point by possibly modifying the report() API to accept those values.

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