Skip to content

Commit b6de725

Browse files
mriehmmriehm
andauthored
Lowercase programName in NativeMemoryLogParser.cs (#2795)
Co-authored-by: mriehm <[email protected]>
1 parent 799ecfc commit b6de725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet.Diagnostics.Windows/Tracing/NativeMemoryLogParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public NativeMemoryLogParser(string etlFilePath, BenchmarkCase benchmarkCase, IL
3838
this.benchmarkCase = benchmarkCase;
3939
this.logger = logger;
4040

41-
moduleName = programName;
41+
moduleName = programName.ToLowerInvariant();
4242
functionNames = new[]
4343
{
4444
nameof(EngineParameters.WorkloadActionUnroll),

0 commit comments

Comments
 (0)