Skip to content

Commit b08f4d6

Browse files
committed
Command Prompt: -loadingTime now gives more detail
see #613 item 13
1 parent 0356d8b commit b08f4d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/command-prompt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ code | file
149149
* `-ro`: Make the `filepath` read only.
150150
* `-systemtray`: Launch Notepad++ directly in system tray.
151151
* `-loadingTime`: Display Notepad++ loading time.
152+
- Starting in v8.6.1, it shows millisecond precision using the `##:##:##.###` (hour:minute:second.millisecond) format. It separates the loading time into Notepad++ initialization, plugins loading time, session loading time, command-line-parameter parsing time, and the total loading time.
153+
- In v8.6 or earlier, it just showed the total number of seconds for Notepad++ to load, without millisecond precision and without the listing of the times for individual loading stages.
152154
* `-alwaysOnTop`: Make Notepad++ always on top.
153155
* `-openSession`: Open a session. `filepath` must be a session file.
154156
* `-r`: Open files recursively. This argument will be ignored if `filepath` contain no wildcard character.

0 commit comments

Comments
 (0)