Merge pull request #3234 from tritao/zip_non_seekable_streams
[mono.git] / mono / profiler / decode.c
index 10eaba51c6ce6d7bce0d68888f4666b44bf9c18c..e8d53afea686ed76588370c99fe74beac2c0718b 100644 (file)
@@ -354,6 +354,7 @@ section_name (int section)
        case MONO_COUNTER_SECURITY: return "Mono Security";
        case MONO_COUNTER_RUNTIME: return "Mono Runtime";
        case MONO_COUNTER_SYSTEM: return "Mono System";
+       case MONO_COUNTER_PROFILER: return "Mono Profiler";
        default: return "<unknown>";
        }
 }