Searched refs:sw_log (Results 1 – 2 of 2) sorted by relevance
95 StopWatchLog sw_log; in ~StopWatchLegacy() local96 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()97 sw_log.start_timestamp = start_timestamp_; in ~StopWatchLegacy()98 sw_log.end_timestamp = std::chrono::high_resolution_clock::now(); in ~StopWatchLegacy()99 sw_log.message = std::move(text_); in ~StopWatchLegacy()101 RecordLog(std::move(sw_log)); in ~StopWatchLegacy()
96 StopWatchLog sw_log; in ~StopWatch() local97 sw_log.timestamp = timestamp_; in ~StopWatch()98 sw_log.start_timestamp = start_timestamp_; in ~StopWatch()99 sw_log.end_timestamp = std::chrono::high_resolution_clock::now(); in ~StopWatch()100 sw_log.message = std::move(text_); in ~StopWatch()102 RecordLog(std::move(sw_log)); in ~StopWatch()