summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/profiler.h')
-rw-r--r--src/emu/profiler.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/profiler.h b/src/emu/profiler.h
index 6f22e181c7a..8fdc58d5c08 100644
--- a/src/emu/profiler.h
+++ b/src/emu/profiler.h
@@ -9,14 +9,14 @@
****************************************************************************
- To start profiling a certain section, e.g. video:
- profiler_mark(PROFILER_VIDEO);
+ To start profiling a certain section, e.g. video:
+ profiler_mark(PROFILER_VIDEO);
- to end profiling the current section:
- profiler_mark(PROFILER_END);
+ to end profiling the current section:
+ profiler_mark(PROFILER_END);
+
+ the profiler handles a FILO list so calls may be nested.
- the profiler handles a FILO list so calls may be nested.
-
***************************************************************************/
#pragma once