diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/osd/modules/diagnostics/diagnostics_module.h | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/osd/modules/diagnostics/diagnostics_module.h')
-rw-r--r-- | src/osd/modules/diagnostics/diagnostics_module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/diagnostics/diagnostics_module.h b/src/osd/modules/diagnostics/diagnostics_module.h index 5e92178d492..2f2c64b672b 100644 --- a/src/osd/modules/diagnostics/diagnostics_module.h +++ b/src/osd/modules/diagnostics/diagnostics_module.h @@ -28,7 +28,7 @@ public: // starts the profiler virtual void start_profiler(std::uint32_t max_seconds, std::uint8_t stack_depth) = 0; - + // stops the currently active profiler virtual void stop_profiler() = 0; @@ -39,4 +39,4 @@ public: static diagnostics_module* get_instance(); }; -#endif
\ No newline at end of file +#endif |