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:
363760f
)
Fixing a case where we should set the RundownKeyword (#4662)
author
Andrew Au
<andrewau@microsoft.com>
Tue, 14 May 2024 01:48:02 +0000
(18:48 -0700)
committer
GitHub
<noreply@github.com>
Tue, 14 May 2024 01:48:02 +0000
(
01:48
+0000)
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 6fd6caaedb69186c32f13230bc34ed78a84bb526..2114ff05407e72e0ea613c5f14b957641d344296 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 long RundownKeyword { get; set; }
+ public long RundownKeyword { get; set; }
= EventPipeSession.DefaultRundownKeyword;
public RetryStrategy RetryStrategy { get; set; } = RetryStrategy.NothingToRetry;