-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mention pros & cons against other tools used for measuring application startup times #24
Comments
Hi, thanks for the comments. You're right of course that the primary measurement that we use this for, the time before a window is displayed to the user, is slightly misleading in that the application still is probably not ready to interact with users the way that something like xresponse would measure. This number is still very important to us for a few reasons though:
Regarding the name, it's a fair criticism the name could be better and there are too many other things named this way, but I rather like how simple it is and naming things is hard and I'd rather work on etrace itself than spend time trying to rename or come up with a better name. 😄 |
There are pre-existing tools for doing same as what this does, albeit not so focused on getting single, and potentially misleading, number for application startup. First application window appearing isn't necessarily any indication that application is ready to interact with the user, alhtough that is as at least as relevant startup metric for the user, as the app window appearance.
XResponse tool was designed to measure X applications startup and other user interaction times: https://www.freedesktop.org/wiki/Software/xresponse/
Maemo version has several improvements on top of that: https://github.com/maemo-tools-old/xresponse
I think there was also some tool(s) that measured startup time user interaction timings using toolkit introspection / accessibility features.
PS. This could have picked a more original name. Just Googling "etrace github" returns many tools called etrace, and at least one of them (written decade ago) was even ptrace based like this is...
PPS. File tool should mention also how many times given file is opened/read. Sometimes apps redundantly parse files many times.
The text was updated successfully, but these errors were encountered: