| 3587 | return const_cast<const struct timeval*>(&m_performanceTracker->m_endTime); |
| 3588 | } |
| 3589 | inline const struct timeval* PerformanceTrackingData::lastCheckpointTime() const { |
| 3590 | return const_cast<const struct timeval*>(&m_performanceTracker->m_lastCheckpointTime); |
| 3591 | } |
| 3592 | inline const std::string& PerformanceTrackingData::loggerId(void) const { |
| 3593 | return m_performanceTracker->m_loggerId; |
| 3594 | } |
nothing calls this directly
no outgoing calls
no test coverage detected