-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add profiler option #19
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
Comments
This has been implemented. It is only of partial use though, it adds a lot of overhead. |
Closed
tlively
pushed a commit
to tlively/emscripten
that referenced
this issue
Mar 23, 2022
…sitive Always set case_insensitive_fs to true
steveisok
pushed a commit
to steveisok/emscripten
that referenced
this issue
Sep 18, 2023
…819.1 (emscripten-core#19) [dotnet/release/8.0] Update dependencies from dotnet/arcade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic idea is, add a PROFILING option to src/settings.js. When it is true, then entering and exiting a function will print to the console how much time was spent there. Then a commandline tool can parse that and generate profiling data, call stacks, etc.
The text was updated successfully, but these errors were encountered: