Ask Reuben 66 - Profiler

Started by Reuben B., February 18, 2021, 04:52:53 AM

Previous topic - Next topic

Reuben B.

The Program Profiler is a very handy tool for the developer that allows them to determine why and where their program is running slowly.  It can help you identify bottlenecks in your code and suggests where there is room for potential improvement, and where you should invest your time looking to make it run faster.

To learn more about the profiler, how to execute it, and how to interpret the output, read more at https://4js.com/ask-reuben/ig-66/
Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero

Pedro R.

Hi Reuben!

Profiler is one of the best tools.

We made a tool to process 4js profiler output and generate an input file suitable to use with FlameGraphs. If anyone don't know Flame Graphs, he should... ;-)

If you are interested, this is the link to github: https://github.com/skarcha/4gl-flamegraph