21 static std::string xmlTagName ( );
25 static std::string MEASUREMENT_RESULTS_TAG;
27 static std::string MEASUREMENT_FRAME_TAG;
28 static std::string MEASUREMENT_FRAME_NAME_TAG;
29 static std::string MEASUREMENT_FRAME_TYPE_TAG;
31 static std::string MEASUREMENT_SUBFRAMES_TAG;
34 static std::string TIME_DATA_FRAME_TAG;
35 static std::string TIME_DATA_FRAME_DURATION_TAG;
36 static std::string TIME_DATA_FRAME_IN_FRAME_DURATION_TAG;
39 static std::string MEMORY_DATA_FRAME_TAG;
40 static std::string MEMORY_DATA_FRAME_START_HEAP_USAGE_TAG;
41 static std::string MEMORY_DATA_FRAME_END_HEAP_USAGE_TAG;
42 static std::string MEMORY_DATA_FRAME_HIGH_WATERMARK_TAG;
43 static std::string MEMORY_DATA_FRAME_IN_FRAME_HIGH_WATERMARK_TAG;
46 static std::string COUNTER_DATA_FRAME_TAG;
47 static std::string COUNTER_DATA_FRAME_COUNTERS_TAG;
48 static std::string COUNTER_DATA_FRAME_IN_FRAME_COUNTERS_TAG;
49 static std::string COUNTER_DATA_FRAME_COUNTER_TAG;
50 static std::string COUNTER_DATA_FRAME_COUNTER_NAME_TAG;
51 static std::string COUNTER_DATA_FRAME_COUNTER_VALUE_TAG;
66 template <
typename T >
67 static T valueTypeFromString (
const std::string & );
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Definition: normalize.hpp:10
Definition: StealthAllocator.hpp:16
std::map< Key, T, Compare, stealth_allocator< std::pair< const Key, T > > > stealth_map
Definition: StealthTypes.hpp:30
std::vector< T, stealth_allocator< T > > stealth_vector
Definition: StealthTypes.hpp:27
Definition: xmlApi.hpp:27
Definition: MeasurementFrame.hpp:22
Definition: MeasurementResults.hpp:26