You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeah like, GCC has gprof, and on Linux you have perf and Valgrind. Windows has Visual Studio built-in line-by-line profiling, but there is also Very Sleepy (never tried this one)
how about Emscripten? how does one go about profiling?
I'm interested in timing functions, but even better line-by-line because my functions are giant (didn't refactor stuff yet)
apparently I'm supposed to use some browser-specific tool. okay! I'll try
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
yeah like, GCC has gprof, and on Linux you have perf and Valgrind. Windows has Visual Studio built-in line-by-line profiling, but there is also Very Sleepy (never tried this one)
how about Emscripten? how does one go about profiling?
I'm interested in timing functions, but even better line-by-line because my functions are giant (didn't refactor stuff yet)
apparently I'm supposed to use some browser-specific tool. okay! I'll try
Beta Was this translation helpful? Give feedback.
All reactions