diff --git a/docs/how-to.md b/docs/how-to.md index 59199479a..523775c02 100644 --- a/docs/how-to.md +++ b/docs/how-to.md @@ -22,6 +22,9 @@ The second tab is a profilter and display a treeview to be able to analyze in de It permit to troubleshoot any issue when you reach an org limit as DML, SOQL, callout, CPU time. ![image](screenshots/logProfiler.png) +and for cpu limit exception (duration over 10 seconds), you can check flame chart. +![image](screenshots/flame_chart.png) + ## SOSL In data Export, you run an SOSL query in order to retreive some data across multiple objects: diff --git a/docs/screenshots/flame_chart.png b/docs/screenshots/flame_chart.png new file mode 100644 index 000000000..117c44260 Binary files /dev/null and b/docs/screenshots/flame_chart.png differ diff --git a/docs/screenshots/logProfiler.png b/docs/screenshots/logProfiler.png index a0b0a426e..5d7f65bf5 100644 Binary files a/docs/screenshots/logProfiler.png and b/docs/screenshots/logProfiler.png differ