projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7096a8a
)
Fix dotnet-trace rundown default (#4499)
author
Mike McLaughlin
<mikem@microsoft.com>
Tue, 6 Feb 2024 17:36:20 +0000
(09:36 -0800)
committer
GitHub
<noreply@github.com>
Tue, 6 Feb 2024 17:36:20 +0000
(09:36 -0800)
src/Tools/dotnet-trace/Profile.cs
patch
|
blob
|
history
diff --git
a/src/Tools/dotnet-trace/Profile.cs
b/src/Tools/dotnet-trace/Profile.cs
index 89b7236363e9a92635dcd9d4ad3020ff61059ed8..2d43bc6a806ffbe566fe560b695782ff7395f35e 100644
(file)
--- a/
src/Tools/dotnet-trace/Profile.cs
+++ b/
src/Tools/dotnet-trace/Profile.cs
@@
-22,7
+22,7
@@
namespace Microsoft.Diagnostics.Tools.Trace
public string Description { get; }
- public bool Rundown { get; set;
}
+ public bool Rundown { get; set;
} = true;
public static void MergeProfileAndProviders(Profile selectedProfile, List<EventPipeProvider> providerCollection, Dictionary<string, string> enabledBy)
{