Skip to content

Commit f0d42ef

Browse files
authored
Add PerfMap profiling support. (#248)
See bytecodealliance/wasmtime#6030
1 parent e9b3f84 commit f0d42ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Config.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ public enum ProfilingStrategy : byte
5454
/// <summary>
5555
/// VTune code profiling.
5656
/// </summary>
57-
VTune
57+
VTune,
58+
/// <summary>
59+
/// Linux "perfmap" profiling.
60+
/// </summary>
61+
PerfMap
5862
}
5963

6064
/// <summary>

0 commit comments

Comments
 (0)