Skip to content

Commit 2ca4bd8

Browse files
committed
Add a more descriptive name to the main browser thread profiling block.
1 parent 51e5534 commit 2ca4bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_pthread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var LibraryPThread = {
3737

3838
#if PTHREADS_PROFILING
3939
PThread.createProfilerBlock(PThread.mainThreadBlock);
40-
PThread.setThreadName(PThread.mainThreadBlock, "main thread");
40+
PThread.setThreadName(PThread.mainThreadBlock, "Browser main thread");
4141
PThread.setThreadStatus(PThread.mainThreadBlock, {{{ cDefine('EM_THREAD_STATUS_RUNNING') }}});
4242
#endif
4343
},

0 commit comments

Comments
 (0)