We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d37bd8 commit de9887bCopy full SHA for de9887b
1 file changed
profile/profile.ps1
@@ -14,6 +14,8 @@ $script:ProfileTimingEnabled = (
14
$env:POWERSHELL_PROFILE_TIMING -eq '1' -or
15
$env:POWERSHELL_PROFILE_TIMING -eq 'true'
16
)
17
+# 供 mode.ps1 Write-ProfileModeDecisionSummary 引用
18
+$profileLoadStartTime = [DateTime]::UtcNow
19
20
function script:Record-ProfileTiming {
21
param([string]$Phase)
0 commit comments