diff options
Diffstat (limited to 'source/core/slang-performance-profiler.h')
| -rw-r--r-- | source/core/slang-performance-profiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/slang-performance-profiler.h b/source/core/slang-performance-profiler.h index 372a7b273..71b34d262 100644 --- a/source/core/slang-performance-profiler.h +++ b/source/core/slang-performance-profiler.h @@ -29,6 +29,7 @@ public: virtual void exitFunction(FuncProfileContext context) = 0; virtual void getResult(StringBuilder& out) = 0; virtual void clear() = 0; + virtual void dispose() = 0; public: static PerformanceProfiler* getProfiler(); }; |
