The need for profilers is very important for a programmer for the analysis of his program at different aspects. Code profiling helps us to analyze the time taken to execute a program, frequency of a function call, memory usage, complexity of a program, etc.
Video Contents
00:00 Introduction
00:47 Graph a method: Produce a graph
03:41 Graph a method: Display a result
In odoo about this code profiling, there are different methods that can be done within the desktop side or in server-side.
In this video let’s discuss one of the methods among them that are about graphing a method.
In this method, the output is shown as graph.gprof2dot helps to produce the graph and x2dot helps to display it. This helps the developers to analyze their code performance through the graph
#Code #Profiling #Graph #Method #Analyze #Performance #Code #Odoo #Odoo #Tips