| 449 | int_fast64_t unique_id = 0; |
| 450 | std::chrono::high_resolution_clock::time_point end_time{}; |
| 451 | Simple_Event(const std::chrono::high_resolution_clock::time_point &start_time, const std::chrono::high_resolution_clock::time_point &end_time, const uint_fast64_t duration, const int_fast64_t unique_id) : duration(duration), start_time(start_time), unique_id(unique_id), end_time(end_time) {} |
| 452 | Simple_Event() {} |
| 453 | }; |
| 454 |
nothing calls this directly
no outgoing calls
no test coverage detected