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

question: How overall is calculated? #655

Open
imperiumdrive opened this issue May 1, 2023 · 1 comment
Open

question: How overall is calculated? #655

imperiumdrive opened this issue May 1, 2023 · 1 comment

Comments

@imperiumdrive
Copy link

Hi,
I can see that one of my requests took 43633ms to complete in "Overall":
image
But it only took 15ms for the queries and the CProfile shows that it only took 43.619 seconds for all the function calls:
image
So how is the "overall" calculated and where are the 43633ms coming from?
Thanks

@melicheradam
Copy link

Hi @imperiumdrive, obviously it is 43 619ms of code running + 15ms of query execution which totals to overall 43 634 (some rounding made it to 43 633). You may have some ineffective loops in your code.

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