Skip to content

Commit

Permalink
Add PerfMap profiling support. (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreisser authored May 11, 2023
1 parent e9b3f84 commit f0d42ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ public enum ProfilingStrategy : byte
/// <summary>
/// VTune code profiling.
/// </summary>
VTune
VTune,
/// <summary>
/// Linux "perfmap" profiling.
/// </summary>
PerfMap
}

/// <summary>
Expand Down

0 comments on commit f0d42ef

Please sign in to comment.