Commit Graph

85 Commits

Author SHA1 Message Date
twinaphex
c36e21ed13 (General) Cleanup 2015-06-12 17:00:37 +02:00
twinaphex
e67f3f246d Rearrange header include dependencies 2015-06-02 17:17:46 +02:00
twinaphex
7bb2e5f582 initialize timespec variable 2015-06-02 16:51:10 +02:00
twinaphex
752849dcb2 (Android) Add VFPv3/VFPv4 flags 2015-05-02 08:08:42 +02:00
twinaphex
a68253940f (performance.c) Make it C89-compatible 2015-04-12 19:18:00 +02:00
aliaspider
effaf20608 (3DS) use cpu ticks for the performance counter. 2015-04-08 19:01:16 +01:00
aliaspider
d64e235cce (3DS) osGetTime is in milliseconds. 2015-04-02 03:58:53 +01:00
aliaspider
2045cee432 preliminary 3DS port. 2015-04-01 22:14:13 +01:00
twinaphex
e6f0d366cb Go through global_get_ptr 2015-03-21 04:43:18 +01:00
Twinaphex
4a0d2367d6 (OSX/iOS) Implement clock_gettime for OSX/iOS 2015-02-28 18:51:07 +01:00
aliaspider
4317c4f1cb (PSP) fix build.
add 7-zip support.
fix cores filenames detection in core_info_list_new.
use sceRtcGetCurrentTick instead of the less precise gettimeofday for
the performance counter.
2015-02-25 13:30:46 +01:00
twinaphex
886e6f3f1e Start adding documentation for performance.c 2015-01-09 02:37:46 +01:00
twinaphex
ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex
219450dd46 performance.c - rename 'time' variable to avoid declaration shadowing 2014-10-22 07:24:37 +02:00
twinaphex
a92ec148bd Rename more local index variables 2014-10-21 00:11:50 +02:00
twinaphex
1dd985e3fb (PS3) performance.c - buildfix 2014-10-10 19:02:44 +02:00
Mike Robinson
8a9593cd3a Reduce CPU features log spam 2014-10-10 00:05:39 +01:00
twinaphex
8437e4bd2a Style/indent nits 2014-09-15 07:03:54 +02:00
twinaphex
2d08fbb875 (performance.c) Add RETRO_SIMD_AES 2014-09-02 20:50:43 +02:00
twinaphex
fbb0b57cae Use __ARM_NEON__ define instead of HAVE_NEON 2014-07-26 20:18:37 +02:00
Twinaphex
fb48f513d7 Use rarch_get_perf_counter implementation for OSX as well 2014-07-26 04:43:36 +02:00
Twinaphex
b9b79aeff0 (iOS) rarch_get_perf_counter should work properly now 2014-07-26 04:35:00 +02:00
twinaphex
9a2ee92045 (Win32/Xbox) Performance counters were broken on Win32/Xbox before,
implement generic retro_perf_log implementation
2014-06-03 21:51:14 +02:00
twinaphex
001d6e8897 Get rid of PERF_TEST entirely - if Performance Counters setting is
enabled, will also report performance counters log at exit
2014-06-01 22:16:22 +02:00
twinaphex
753d78dfd3 (Performance counters) Add performance counters to regular build
(Menu/Setting) Enable g_extern.perfcnt_enable - turns RetroArch
frontend perfcounters on/off
(Menu) Add menu option 'Performance Counters'
2014-06-01 22:07:39 +02:00
Themaister
3138152a80 Allow perf counter reset from RGUI. 2014-06-01 20:24:55 +02:00
twinaphex
df53c6b6e7 (Menu) Add Performance Counters Option. TODO - when in Performance
Counters menu, should update values in real-time
2014-06-01 18:45:03 +02:00
twinaphex
b5d1e9aa83 (iOS) Take out forcibly hacking out all ARM ASM code for iOS port 2014-05-10 23:37:01 +02:00
twinaphex
0e45b11246 (Apple) Style nits 2014-04-19 20:16:29 +02:00
twinaphex
fd215a1d27 (iOS) Build fix - don't compile in ARM NEON code in the meantime
until assembly files are fixed to assemble with LLVM/Clang
2014-04-17 23:04:40 +02:00
twinaphex
8d6a7dbe1f (Console) Bakes in filters now for ifndef HAVE_DYLIB targets 2014-04-16 03:33:10 +02:00
twinaphex
dade7c4af1 Implement rarch_get_cpu_cores for Android and Xbox 360 2014-04-15 22:42:10 +02:00
Themaister
980eefdd8c Autodetect number of CPU cores for softfilter. 2014-04-15 17:55:40 +02:00
twinaphex
488e6b6f0b (GX) Add RETRO_SIMD_PS (Paired single) to performance.c/libretro.h 2014-03-08 05:00:52 +01:00
twinaphex
1a29172f11 (PSP) Create gettimeofday implementation (for MIPS) for rarch_get_time_usec 2014-02-17 16:49:31 +01:00
twinaphex
88ecc59aa3 (PSP) Implement rarch_get_perf_counter for MIPS with gettimeofday 2014-02-17 15:58:46 +01:00
twinaphex
83433bea4b (PSP) Add RETRO_SIMD_VFPU 2014-02-16 17:32:54 +01:00
Themaister
67724c3413 Add detection of more SIMD instruction sets. 2014-02-16 16:28:19 +01:00
twinaphex
d4f9c211ee (PSP) Build fixes 2014-02-11 16:10:40 +01:00
twinaphex
dda95cbe74 (performance.c) Drop __CELLOS_LV2__ ifdef 2014-02-11 12:02:41 +01:00
neville
31f528da85 (OSX PPC) Add preliminary OSX PPC solution - for OSX 10.5.8 Leopard 2014-02-10 10:19:11 +11:00
twinaphex
1bcdb383d1 performance.c - Add ifdefs for PPC Mac 2014-02-09 23:10:40 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
Themaister
2ace9a81a8 Comment arm_enable_runfast_mode(). 2013-12-30 10:20:16 +01:00
twinaphex
e80e63788e (ARM) (NEON) Enable ARM runfast mode - see http://infocenter.arm.com/help/topic/com.arm.doc.ddi0274h/Chdiihcd.html - found this inside the code for Mupen64
(glN64 ES2 driver)
2013-12-30 07:58:18 +01:00
Themaister
17559a3a18 Correctness fixes to AVX check. 2013-12-29 11:48:00 +01:00
Themaister
8d2222d3b5 Merge branch 'master' of git://github.com/lioncash/RetroArch 2013-12-29 11:25:17 +01:00
twinaphex
7fe9ec647c (PS3) Refactor PS3 input driver - no button input right now in
RGUI though
2013-12-26 18:07:09 +01:00
twinaphex
831f708ede performance.c - detect MMX too 2013-12-25 21:34:40 +01:00
Lioncash
ad87e70455 Fix checking for AVX support. We also need to check if the XCR bit is set as well. 2013-12-22 18:22:26 -05:00