Line data Source code
1 : #include "Tools/Reporter/Reporter.hpp" 2 : 3 : using namespace spu; 4 : using namespace spu::tools; 5 : 6 : void 7 0 : Reporter::init() 8 : { 9 0 : } 10 : 11 : const std::vector<Reporter::group_t>& 12 644 : Reporter::get_groups() const 13 : { 14 644 : return this->cols_groups; 15 : } 16 : 17 : void 18 0 : Reporter::reset() 19 : { 20 0 : }