I need to write an extension that records how long it takes for a cell to complete execution. I’m not sure where to start. I attached a slot function to app.commands.commandExecuted.connect in order to determine if this information is exposed in messages, however I didn’t see anything that would indicate when executions start and stop.
Does anyone have any hint for where to look for something like this, or how I should approach this problem?