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] profiler output #31

Open
sergey-shablenko opened this issue Jul 1, 2023 · 1 comment
Open

[Question] profiler output #31

sergey-shablenko opened this issue Jul 1, 2023 · 1 comment

Comments

@sergey-shablenko
Copy link

sergey-shablenko commented Jul 1, 2023

How to read this?
Looking at column names, I assume that calls is the number of function calls during profiling period
In what units is time measured? seconds, ms, ns?
How are those averages calculated? If you look at screenshot, it shows 887114 of calls for lookFor, but total average is 32.18, what does it mean.
I was looking for some ways of estimating CPU\RAM usage running code in training room before buying game license, how do I interpolate data from profiler into approximate usage?

image

@tiennou
Copy link
Contributor

tiennou commented Dec 6, 2023

avg is time/calls, everything's in ticks. And estimating from the simulator might be way off, since it's running in the browser which is fast.

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

2 participants