31 #include "../../libraries/memorytypes/entity/profiler/ProfilerMemorySnapshot.h"
32 #include "../../libraries/memorytypes/entity/profiler/ProfilerTransition.h"
33 #include <MemoryX/interface/components/CommonStorageInterface.h>
34 #include <MemoryX/interface/components/LongtermMemoryInterface.h>
35 #include <MemoryX/interface/components/ProfilerStorageInterface.h>
36 #include <MemoryX/interface/components/WorkingMemoryInterface.h>
54 virtual public ProfilerStorageInterface
69 const WorkingMemoryInterfacePrx& workingMemoryProxy);
106 const Ice::Current& context = Ice::emptyCurrent)
override;
107 void reportEvent(
const armarx::ProfilerEvent& profilerEvent,
108 const Ice::Current& context = Ice::emptyCurrent)
override;
111 const ::Ice::Current& context = Ice::emptyCurrent)
override;
114 const Ice::Current& = Ice::emptyCurrent)
override;
117 const Ice::Current& = Ice::emptyCurrent)
override;
119 const armarx::ProfilerStatechartParameters& outputParameters,
120 const Ice::Current& = Ice::emptyCurrent)
override;
123 const Ice::Current& context = Ice::emptyCurrent)
override;
125 const Ice::Current& context = Ice::emptyCurrent)
override;
129 const Ice::Current& = Ice::emptyCurrent)
override;
133 const Ice::Current& = Ice::emptyCurrent)
override;
135 const armarx::ProfilerStatechartParametersList& inputParametersList,
136 const Ice::Current& = Ice::emptyCurrent)
override;
138 const armarx::ProfilerStatechartParametersList& localParametesList,
139 const Ice::Current& = Ice::emptyCurrent)
override;
141 const armarx::ProfilerStatechartParametersList& outputParametersList,
142 const Ice::Current& = Ice::emptyCurrent)
override;
145 const Ice::Current& = Ice::emptyCurrent)
override;
148 const Ice::Current& = Ice::emptyCurrent)
override;
151 const armarx::ProfilerStatechartTransitionWithParameters& transition,
152 const ::Ice::Current& context = Ice::emptyCurrent)
override;
154 const armarx::ProfilerStatechartTransitionWithParametersList& transitions,
155 const Ice::Current& = Ice::emptyCurrent)
override;
158 void saveToLongtermMemory();
159 void saveTransitionsToLongtermMemory();
161 struct TransitionSnapshot
163 armarx::ProfilerStatechartTransition transition;
168 using TransitionSnapshotList = std::vector<TransitionSnapshot>;
170 CommonStorageInterfacePrx commonStoragePrx;
171 WorkingMemoryInterfacePrx workingMemoryPrx;
172 LongtermMemoryInterfacePrx longtermMemoryPrx;
173 PersistentProfilerDataSegmentBasePrx profilerDataSegmentPrx;
178 std::mutex entityLogMutex;
179 memoryx::EntityBaseList entityLog;
180 std::mutex transitionSnapshotListMutex;
181 TransitionSnapshotList transitionSnapshotList;