Searched refs:profiling_result (Results 1 – 1 of 1) sorted by relevance
490 profiler::ProfilingResult profiling_result; in DumpPb() local491 profiling_result.set_usecase(use_case_); in DumpPb()492 profiling_result.set_profile_start_time_nanos(object_init_real_time_); in DumpPb()493 profiling_result.set_profile_start_boottime_nanos(object_init_boot_time_); in DumpPb()494 profiling_result.set_profile_end_time_nanos(GetRealTimeNs()); in DumpPb()497 profiler::TimeSeries& target = *profiling_result.add_target(); in DumpPb()514 profiling_result.SerializeToOstream(&fout); in DumpPb()