• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

daisytuner / sdfglib / 19525173698

19 Nov 2025 09:22AM UTC coverage: 62.105% (-0.08%) from 62.184%
19525173698

push

github

web-flow
Merge pull request #354 from daisytuner/tenstorrent-transform

Tenstorrent transform

52 of 95 new or added lines in 15 files covered. (54.74%)

28 existing lines in 8 files now uncovered.

11141 of 17939 relevant lines covered (62.1%)

112.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/codegen/instrumentation/instrumentation_info.cpp
1
#include "sdfg/codegen/instrumentation/instrumentation_info.h"
2

3

4
namespace sdfg {
5
namespace codegen {
6

7

UNCOV
8
InstrumentationInfo::InstrumentationInfo(
×
9
    const ElementType& element_type,
10
    const TargetType& target_type,
11
    long long loopnest_index,
12
    size_t element_id,
13
    const std::unordered_map<std::string, std::string>& metrics
14
)
UNCOV
15
    : element_type_(element_type), target_type_(target_type), loopnest_index_(loopnest_index), element_id_(element_id),
×
UNCOV
16
      metrics_(metrics) {}
×
17

18
const ElementType& InstrumentationInfo::element_type() const { return element_type_; }
×
19

20
const TargetType& InstrumentationInfo::target_type() const { return target_type_; }
×
21

22
long long InstrumentationInfo::loopnest_index() const { return loopnest_index_; }
×
23

24
size_t InstrumentationInfo::element_id() const { return element_id_; }
×
25

26
const std::unordered_map<std::string, std::string>& InstrumentationInfo::metrics() const { return metrics_; }
×
27

28
} // namespace codegen
29
} // namespace sdfg
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc