Kaydet (Commit) 94293870 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Michael Meeks

Add "sc.opencl" logging area

Change-Id: Icd851c17bab1f55cd16d5a48cc71ff2ac91daa2c
üst 723060d4
......@@ -436,6 +436,7 @@ ScFormulaCellGroup::~ScFormulaCellGroup()
assert(mxCLKernelThread.is());
mxCLKernelThread->finish();
mxCLKernelThread->join();
SAL_INFO("sc.opencl", "OpenCL kernel compilation thread has finished");
mxCLKernelThread.clear();
}
}
......
......@@ -26,9 +26,7 @@ CLBuildKernelThread::~CLBuildKernelThread()
void CLBuildKernelThread::execute()
{
SAL_INFO("sc", "opencl-buildkernel-thread running");
SAL_INFO("sc", "opencl-buildkernel-thread finishing");
SAL_INFO("sc.opencl", "opencl-buildkernel-thread running");
}
void CLBuildKernelThread::produce()
......@@ -41,7 +39,7 @@ void CLBuildKernelThread::consume()
void CLBuildKernelThread::finish()
{
SAL_INFO("sc", "opencl-buildkernel-thread request to finish");
SAL_INFO("sc.opencl", "opencl-buildkernel-thread request to finish");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment