From: dirk Date: Sat, 14 Nov 2015 22:17:52 +0000 (+0100) Subject: Added call to DumpProfileData X-Git-Tag: 7.0.1-0~491 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251cf8ee714d8adb991749d38a85fadafd956d93;p=imagemagick Added call to DumpProfileData --- 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)