Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?
Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?
The time taken by each process in a transaction can be identified in the Timeline tab under the Execution Overview panel in the Developer Console log inspector. This tab provides a detailed view of execution time across different processes, allowing developers to analyze performance issues effectively.
https://help.salesforce.com/s/articleView?id=sf.code_dev_console_view_system_log.htm&type=5
Timeline Tab