mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Add perf counter to softfilter.
This commit is contained in:
parent
ff424e239d
commit
4e8c3b3bd3
@ -315,9 +315,12 @@ static void video_frame(const void *data, unsigned width, unsigned height, size_
|
||||
|
||||
opitch = owidth * g_extern.filter.out_bpp;
|
||||
|
||||
RARCH_PERFORMANCE_INIT(softfilter_process);
|
||||
RARCH_PERFORMANCE_START(softfilter_process);
|
||||
rarch_softfilter_process(g_extern.filter.filter,
|
||||
g_extern.filter.buffer, opitch,
|
||||
data, width, height, pitch);
|
||||
RARCH_PERFORMANCE_STOP(softfilter_process);
|
||||
|
||||
#ifdef HAVE_FFMPEG
|
||||
if (g_extern.recording && g_settings.video.post_filter_record)
|
||||
|
Loading…
x
Reference in New Issue
Block a user