Four Js Development Tools Forum

General => Ask Reuben => Topic started by: Reuben B. on February 18, 2021, 04:52:53 am



Title: Ask Reuben 66 - Profiler
Post by: Reuben B. on February 18, 2021, 04:52:53 am
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/


Title: Re: Ask Reuben 66 - Profiler
Post by: Pedro R. on March 10, 2021, 10:19:47 am
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