ATLAS Offline Software
Static Public Attributes | Private Member Functions | List of all members
python.PerfMonFlags.doFullMonMT Class Reference
Inheritance diagram for python.PerfMonFlags.doFullMonMT:
Collaboration diagram for python.PerfMonFlags.doFullMonMT:

Static Public Attributes

bool statusOn = False
 
list allowedTypes = ['bool']
 
bool StoredValue = False
 

Private Member Functions

def _do_action (self)
 

Detailed Description

Flag to activate full MT-safe monitoring framework and service(s)
    It also activate the doMonitoringMT flag
    Note that due to locks this functionality might negatively impact
    concurrency

Definition at line 55 of file PerfMonFlags.py.

Member Function Documentation

◆ _do_action()

def python.PerfMonFlags.doFullMonMT._do_action (   self)
private

Definition at line 64 of file PerfMonFlags.py.

64  def _do_action(self):
65  jobproperties.PerfMonFlags.doMonitoringMT = True
66  return
67 
68 #

Member Data Documentation

◆ allowedTypes

list python.PerfMonFlags.doFullMonMT.allowedTypes = ['bool']
static

Definition at line 62 of file PerfMonFlags.py.

◆ statusOn

bool python.PerfMonFlags.doFullMonMT.statusOn = False
static

Definition at line 61 of file PerfMonFlags.py.

◆ StoredValue

bool python.PerfMonFlags.doFullMonMT.StoredValue = False
static

Definition at line 63 of file PerfMonFlags.py.


The documentation for this class was generated from the following file: