#include <FastMonitoringThread.h>
Classes | |
struct | MonitorData |
Public Member Functions | |
FastMonitoringThread () | |
void | resetFastMonitor (std::string const µStateDefPath, std::string const &fastMicroStateDefPath) |
void | start (void(FastMonitoringService::*fp)(), FastMonitoringService *cp) |
void | stop () |
~FastMonitoringThread () | |
Private Attributes | |
std::unique_ptr < jsoncollector::FastMonitor > | jsonMonitor_ |
MonitorData | m_data |
std::atomic< bool > | m_stoprequest |
std::shared_ptr< std::thread > | m_thread |
std::mutex | monlock_ |
Friends | |
class | FastMonitoringService |
Definition at line 119 of file FastMonitoringThread.h.
|
inline |
Definition at line 228 of file FastMonitoringThread.h.
|
inline |
|
inline |
Definition at line 230 of file FastMonitoringThread.h.
References jsonMonitor_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 237 of file FastMonitoringThread.h.
References cms::cuda::assert(), CommonMethods::cp(), personalPlayback::fp, and m_thread.
Referenced by progressbar.ProgressBar::__next__(), Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 241 of file FastMonitoringThread.h.
References m_stoprequest, and m_thread.
Referenced by ~FastMonitoringThread().
|
friend |
Definition at line 259 of file FastMonitoringThread.h.
|
private |
Definition at line 257 of file FastMonitoringThread.h.
Referenced by resetFastMonitor().
|
private |
Definition at line 254 of file FastMonitoringThread.h.
|
private |
Definition at line 252 of file FastMonitoringThread.h.
Referenced by stop().
|
private |
Definition at line 253 of file FastMonitoringThread.h.
|
private |
Definition at line 255 of file FastMonitoringThread.h.