I see that I can get the session time and the file open time, but I’m interested in understanding the impact on application open time caused by the addition of certain third party Revit add-ins. For example, I’d like to individually test opening Revit before installing an add-in and after installing the add-in, but also in aggregate see the average application open time compared to the number of third party add-ins installed.
@eric.stimmel you can get the application open time by going to the “revit-log” and filtering for “action.name is Application Loaded”.
That measures the time it takes for Revit to boot up the home screen from the moment it was double-clicked.
This is great! Exactly what I was looking for. Thanks!
1 Like