Commit 967e20f 1 parent 33c3211 commit 967e20f Copy full SHA for 967e20f
File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 53
53
#include " vt/context/runnable_context/continuation.h"
54
54
#include " vt/pool/static_sized/memory_pool_equal.h"
55
55
#include " vt/elm/elm_id.h"
56
+ #if vt_check_enabled(perf)
56
57
#include " vt/metrics/perf_data.h"
58
+ #endif
57
59
#include " vt/runtime/runtime_inst.h"
58
60
59
61
// fwd-declarations for the element types
Original file line number Diff line number Diff line change 67
67
#include " vt/timetrigger/time_trigger_manager.h"
68
68
#include " vt/phase/phase_manager.h"
69
69
#include " vt/epoch/epoch_manip.h"
70
+ #if vt_check_enabled(perf)
70
71
#include " vt/metrics/perf_data.h"
72
+ #endif
71
73
72
74
#include " vt/configs/arguments/app_config.h"
73
75
#include " vt/configs/arguments/args.h"
Original file line number Diff line number Diff line change 64
64
#include " vt/timetrigger/time_trigger_manager.h"
65
65
#include " vt/phase/phase_manager.h"
66
66
#include " vt/epoch/epoch_manip.h"
67
+ #if vt_check_enabled(perf)
67
68
#include " vt/metrics/perf_data.h"
68
-
69
+ # endif
69
70
#include < cassert>
70
71
71
72
namespace vt {
You can’t perform that action at this time.
0 commit comments