From 251cf8ee714d8adb991749d38a85fadafd956d93 Mon Sep 17 00:00:00 2001 From: dirk Date: Sat, 14 Nov 2015 23:17:52 +0100 Subject: [PATCH] Added call to DumpProfileData --- MagickCore/opencl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MagickCore/opencl.c b/MagickCore/opencl.c index b2d78b642..603d315d8 100644 --- a/MagickCore/opencl.c +++ b/MagickCore/opencl.c @@ -3164,6 +3164,7 @@ void OpenCLLog(const char* message) { MagickPrivate void OpenCLTerminus() { #if MAGICKCORE_OPENCL_SUPPORT + DumpProfileData(); if (openclCachedFilesDirectory != (char *) NULL) openclCachedFilesDirectory=DestroyString(openclCachedFilesDirectory); if (openclCachedFilesDirectoryLock != (SemaphoreInfo*)NULL) -- 2.40.0