| 3487 | base::type::LineNumber m_line; |
| 3488 | const char* m_func; |
| 3489 | inline void init(base::PerformanceTracker* performanceTracker, bool firstCheckpoint = false) { |
| 3490 | m_performanceTracker = performanceTracker; |
| 3491 | m_firstCheckpoint = firstCheckpoint; |
| 3492 | } |
| 3493 | |
| 3494 | friend class el::base::PerformanceTracker; |
| 3495 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected