-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
EditorFileSystem: Add verbose print for file being (re)imported #88904
EditorFileSystem: Add verbose print for file being (re)imported #88904
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me. We could perhaps print the time taken to reimport the file once the import is done too, so you can use this for benchmarking the import speed of individual resources.
68012a0
to
18b5c6e
Compare
Also print the time it took for each file.
18b5c6e
to
093cdd2
Compare
Sounds good to me. Added that. Here's some example output (cut when it started importing glb's as this spams a ton, we should clean this up a bit maybe).
|
I needed this to pinpoint which file caused a crash in #88903, so I figured this would be good to add as a verbose print in general.