summaryrefslogtreecommitdiff
path: root/odoo/tools/profiler.py
AgeCommit message (Expand)Author
2024-10-14[IMP] base, tools: Prevent sys.settrace conflictsKonstantinos Paschopoulos
2024-08-22[IMP] core: remove usages of psycopg2.sqlKrzysztof Magusiak (krma)
2024-05-17[FIX] tools: restrict collector's thread accessThomas Lefebvre (thle)
2024-04-19[IMP] base: isolate registry building in httpJulien Castiaux
2024-01-11[IMP] base, website: hidden queries for test cursor managementXavier-Do
2022-08-17[FIX] profiler: manage frame without linenoXavier-Do
2022-07-25[FIX] tools: fix profiler datetime usageAurélien Warnon
2022-07-05[FIX] profiler: make profiler work with freezegunXavier-Do
2022-06-14[FIX] qweb: reset the attributes dictionaryGorash
2022-06-03[IMP] base: Qweb add `t-cache` and `t-nocache` directiveGorash
2022-03-29[IMP] base: modify the structure of generated methodsGorash
2022-03-29[IMP] *: remove `_render` from `ir.ui.view` and simplify reportGorash
2022-02-08[IMP] base: display query counts on profiling recordsVictor Feyens
2022-02-03[IMP] IrQweb: refactoring and add technical documentationGorash
2022-02-03[IMP] IrQweb: merge Qweb engine file qweb.py and ir_qweb.pyGorash
2022-02-03[IMP] Profiler: more QWeb directive informations in speedscope graphGorash
2021-10-22[FIX] profiling: avoid crash with thread poolsXavier-Do
2021-09-08[IMP] profiling: Add profile qweb execution into the performance tools.Gorash
2021-08-30[IMP] profiling: enable nested Execution contextXavier-Do
2021-08-24[FIX] profiling: add profile entry manually before calling libsassXavier-Do
2021-08-24[FIX] profiling: manage long calls with the GILXavier-Do
2021-06-03[IMP] base, profiler: add entry countXavier-Do
2021-06-03[IMP] profiler: remove parameter 'path'Xavier-Do
2021-06-03[IMP] http: better request context managerXavier-Do
2021-06-02[ADD] base, core: built-in profiling tool in OdooXavier-Do
2019-10-29[FIX] profiler: be more pesimisticfw-bot
2019-07-17[REM] *: calls to @api.multiAdrian Torres
2019-07-03[IMP] odoo: remove LazyCursorMartin Trigaux
2017-08-09[FIX] odoo profiler: Calculation error for loopsChristophe Matthieu
2017-08-07[FIX] tools: avoid defining unused variable using python2 only syntaxChristophe Simonis
2017-07-26[IMP] tools: add a profiler for odoo performance analysisChristophe Matthieu