-
Notifications
You must be signed in to change notification settings - Fork 349
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
Add current time or process id to process messages #3161
Comments
I would prefer to keep it minimal and as non-technical as possible. |
I think there were some discussion about elapsed time last year, but without changes. I have no idea what the code should look like for handling pids. So I would leave it to others (likely you 😀). But I think that I should see the pid directly in the text for comparison. Otherwise I would have to hover over each link/tooltip to match start and end. Or should the link in the end message should jump to the start message? |
I don't think, that putting the current time in front of the process info is helpful. |
What format will elapsed time be? Same as time in the image (so not only in seconds)? |
and for long running processes start time is of interest since it tells me how long it may take to finish (when I have knowledge about runtimes) or when it will finish |
I don't want clutter. And most of the time, the time stamp is simply uninteresting and takes away from the important info. |
I would find a timestamp useful, as in editing sessions, it would remind me when I last re-compiled the tex file. |
Describe the feature and the current behavior/state
I would like to ask what you think about following:
Prepend a time string (say format HH:mm:ss) to process notifications (I already use this and could provide a PR):
Insert a process id in process notifications like "Process x started: ..."
Who will benefit with this feature?
ad 1: Since I have long running compiles I track compile time. This helps me plan my time slots for other things.
ad 2: Sometimes several processes are running but not all end successfully (preview and compile). But then it's not clear which of the processes was in error.
Any Other info
The text was updated successfully, but these errors were encountered: