summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/profiler.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-8/+8
* Whoops, forgot to fix this part. Aaron Giles2010-08-211-1/+6
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-102/+161
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+2
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-8/+8
* Added new profiler bucket for DRC recompilation. Aaron Giles2009-12-191-0/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* > -----Original Message----- Aaron Giles2009-10-251-4/+5
* > From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2009-10-011-0/+4
* Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into Aaron Giles2009-09-061-2/+2
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-23/+34
* Fix gcc 64bit compile issue Couriersud2009-01-071-1/+1
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-12/+12
* Cleaned up the profiler. Reduced its runtime overhead significantly by Aaron Giles2009-01-021-143/+146
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-3/+2
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Moves 'refresh' from public to internal video state and renames it to 'frame_... Zsolt Vasvari2008-03-071-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+205