Skip to content

Commit 6c320ca

Browse files
committed
[user proper 'process name' in time trace]
1 parent ebb50f1 commit 6c320ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmd/main.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ else
517517
import dmd.timetrace;
518518
version (IN_LLVM)
519519
{
520-
initializeTimeTrace(params.timeTraceGranularityUs, "ldc2");
520+
initializeTimeTrace(params.timeTraceGranularityUs, params.argv0.toCString.ptr);
521521
}
522522
else
523523
{

0 commit comments

Comments
 (0)