| 291 | } |
| 292 | |
| 293 | double ReformatProfiler::duration() const { |
| 294 | mgb_assert(m_end); |
| 295 | m_end->host_wait(); |
| 296 | return m_start->elapsed_time_until(*m_end) - m_start->elapsed_time_until(*m_start); |
| 297 | } |
| 298 | |
| 299 | MGB_DEFINE_OPR_CLASS( |
| 300 | ReformatProfiler::MarkInputContiguous, cg::SingleCNOperatorNodeBase) // { |
no test coverage detected