Searched refs:start_timestamp (Results 1 – 9 of 9) sorted by relevance
47 stopwatch_logs[current_buffer_index].start_timestamp) in RecordLog()79 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local82 start_timestamp, in DumpStopWatchLog()86 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()101 sw_log.start_timestamp = start_timestamp_; in ~StopWatch()
27 std::chrono::high_resolution_clock::time_point start_timestamp; member
46 stopwatch_logs[current_buffer_index].start_timestamp) in RecordLog()78 std::string start_timestamp = ss.str(); in DumpStopWatchLog() local79 log::info("{}: {}: took {} us", start_timestamp, in DumpStopWatchLog()84 stopwatch_logs[current_buffer_index].start_timestamp) in DumpStopWatchLog()99 sw_log.start_timestamp = start_timestamp_; in ~StopWatchLegacy()
8 optional int64 start_timestamp = 1; field
65 optional int64 start_timestamp = 1; field
194 let elapsed_time_millis = get_duration(vm_metric.start_timestamp).as_millis() as i64; in write_vm_exited_stats_sync()
260 pub start_timestamp: Option<SystemTime>, field421 vm_metric.start_timestamp = Some(SystemTime::now()); in start()
1574 let vm_start_timestamp = vm.vm_metric.lock().unwrap().start_timestamp; in notifyPayloadStarted()