| 6348 | |
| 6349 | |
| 6350 | std::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 | |
| 6360 | std::shared_ptr<FilesystemCacheLog> Context::getFilesystemCacheLog() const |
| 6361 | { |
no outgoing calls
no test coverage detected