GEGELATI
Loading...
Searching...
No Matches
tpgActionInstrumented.h
1
37#ifndef TPG_ACTION_INSTRUMENTED_H
38#define TPG_ACTION_INSTRUMENTED_H
39
40#include "tpg/instrumented/tpgVertexInstrumentation.h"
41#include "tpg/tpgAction.h"
42
43namespace TPG {
44
50 {
51 public:
54 TPGActionInstrumented(const uint64_t id) : TPGAction(id)
55 {
56 }
57 };
58} // namespace TPG
59
60#endif
Instrumented TPGAction.
Definition tpgActionInstrumented.h:50
TPGActionInstrumented(const uint64_t id)
Definition tpgActionInstrumented.h:54
Class representing an Action of a TPGGraph.
Definition tpgAction.h:55
Instrumentation code for TPGVertex class for instrumented execution.
Definition tpgVertexInstrumentation.h:48
Definition executionStats.h:44