Code profiling helps the developers to evaluate the performance of their code, the time taken to execute their program, the frequency of the function call, etc… Video Contents 00:00 Introduction to Code Profiling in Odoo 00:34 How to Enable profiling 01:51 What is Ir Profiling in Odoo 02:26 What is the Flame graph in Odoo […]
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 […]