index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
profiler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-229
/
+0
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-8
/
+8
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-2
/
+2
*
Profiler rewrite; simplified, streamlined and less overhead.
Nathan Woods
2012-12-09
1
-85
/
+54
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-1
/
+2
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-8
/
+8
*
Whoops, forgot to fix this part.
Aaron Giles
2010-08-21
1
-1
/
+6
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-102
/
+161
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-3
/
+3
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-1
/
+1
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-1
/
+1
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+2
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-8
/
+8
*
Added new profiler bucket for DRC recompilation.
Aaron Giles
2009-12-19
1
-0
/
+1
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-1
/
+1
*
> -----Original Message-----
Aaron Giles
2009-10-25
1
-4
/
+5
*
> From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr]
Aaron Giles
2009-10-01
1
-0
/
+4
*
Rename osd_profiling_ticks() to get_profile_ticks(). Moved implemention into
Aaron Giles
2009-09-06
1
-2
/
+2
*
Changed profiler to separate start/stop cases. [Christophe Jaillet]
Aaron Giles
2009-08-19
1
-23
/
+34
*
Fix gcc 64bit compile issue
Couriersud
2009-01-07
1
-1
/
+1
*
Cleanups and version bump.
mame0129
Aaron Giles
2009-01-04
1
-12
/
+12
*
Cleaned up the profiler. Reduced its runtime overhead significantly by
Aaron Giles
2009-01-02
1
-143
/
+146
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-09-11
1
-3
/
+2
*
Changes first argument of video_screen_* functions to take a device_config
Zsolt Vasvari
2008-03-09
1
-1
/
+1
*
Moves 'refresh' from public to internal video state and renames it to 'frame_...
Zsolt Vasvari
2008-03-07
1
-1
/
+1
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+205