summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/profiler.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-01-04 23:31:12 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-01-04 23:31:12 +0000
commit835ace034d937c2c3f9723c5d7c48e80007ea06a (patch)
treeb189a2a753f5ce24841c5744f64aeff16f043bda /src/emu/profiler.h
parented893fe35c8a614ba67de60579f53866368f1476 (diff)
Cleanups and version bump.mame0129
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