Searched refs:start_timestamp (Results 1 – 9 of 9) sorted by relevance
43 stopwatch_logs[current_buffer_index].start_timestamp) in RecordLog()74 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local75 log::info("{}: {}: took {} us", start_timestamp, stopwatch_logs[current_buffer_index].message, in DumpStopWatchLog()78 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()93 sw_log.start_timestamp = start_timestamp_; in ~StopWatch()
27 std::chrono::high_resolution_clock::time_point start_timestamp; member
46 .start_timestamp) in RecordLog()77 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local78 log::info("{}: {}: took {} us", start_timestamp, stopwatch_logs[current_buffer_index].message, in DumpStopWatchLog()81 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()96 sw_log.start_timestamp = start_timestamp_; in ~StopWatchLegacy()
8 optional int64 start_timestamp = 1; field
65 optional int64 start_timestamp = 1; field
211 let elapsed_time_millis = get_duration(vm_metric.start_timestamp).as_millis() as i64; in write_vm_exited_stats_sync()
309 pub start_timestamp: Option<SystemTime>, field490 vm_metric.start_timestamp = Some(SystemTime::now()); in start()
2289 let vm_start_timestamp = vm.vm_metric.lock().unwrap().start_timestamp; in notifyPayloadStarted()