#include <iostream>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/thread_safety_macros.h"
#include "QualityMetric.h"
Go to the source code of this file.
Macros | |
#define | GET_CLOCK_MONOTONIC(ts) clock_gettime(CLOCK_MONOTONIC, &ts); |
#define GET_CLOCK_MONOTONIC | ( | ts | ) | clock_gettime(CLOCK_MONOTONIC, &ts); |
Definition at line 23 of file QualityMetric.cc.
Referenced by XrdAdaptor::QualityMetricWatch::QualityMetricWatch(), and XrdAdaptor::QualityMetricWatch::~QualityMetricWatch().