BareMetalComputeServiceProperty.h
1 
11 #ifndef WRENCH_BAREMETALCOMPUTESERVICEPROPERTY_H
12 #define WRENCH_BAREMETALCOMPUTESERVICEPROPERTY_H
13 
14 #include <map>
15 
16 #include "wrench/services/compute/ComputeServiceProperty.h"
17 
18 namespace wrench {
19 
24 
25  public:
26 
28  DECLARE_PROPERTY_NAME(THREAD_STARTUP_OVERHEAD);
29 
30  };
31 
32 };
33 
34 
35 #endif //WRENCH_BAREMETALCOMPUTESERVICEPROPERTY_H
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
Configurable properties for a MultiHostMulticoreComputeService.
Definition: BareMetalComputeServiceProperty.h:23
Definition: TerminalOutput.cpp:15
static const std::string THREAD_STARTUP_OVERHEAD
The overhead to start a thread, in seconds.
Definition: BareMetalComputeServiceProperty.h:28