GEGELATI
Loading...
Searching...
No Matches
tpgActionInstrumented.h
1
36#ifndef TPG_ACTION_INSTRUMENTED_H
37#define TPG_ACTION_INSTRUMENTED_H
38
39#include "tpg/instrumented/tpgVertexInstrumentation.h"
40#include "tpg/tpgAction.h"
41
42namespace TPG {
43
49 {
50 public:
53 TPGActionInstrumented(const uint64_t id) : TPGAction(id)
54 {
55 }
56 };
57} // namespace TPG
58
59#endif
Instrumented TPGAction.
Definition tpgActionInstrumented.h:49
TPGActionInstrumented(const uint64_t id)
Definition tpgActionInstrumented.h:53
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