MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getProcessorsProfileLog

Method getProcessorsProfileLog

src/Interpreters/Context.cpp:6350–6358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6348
6349
6350std::shared_ptr<ProcessorsProfileLog> Context::getProcessorsProfileLog() const
6351{
6352 SharedLockGuard lock(shared->mutex);
6353
6354 if (!shared->system_logs)
6355 return {};
6356
6357 return shared->system_logs->processors_profile_log;
6358}
6359
6360std::shared_ptr<FilesystemCacheLog> Context::getFilesystemCacheLog() const
6361{

Callers 2

PipelineExecutorMethod · 0.80
logProcessorProfileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected