Searched refs:thread_cpu_time (Results 1 – 1 of 1) sorted by relevance
60 uint32_t thread_cpu_time; member1672 record.thread_cpu_time = 0; in ReadValuesFromRecord()1675 record.thread_cpu_time = method_trace_entries[record_index++]; in ReadValuesFromRecord()1719 record.thread_cpu_time, in FlushEntriesFormatV1()1760 prev_thread_timestamp = record.thread_cpu_time; in FlushEntriesFormatV2()1784 … EncodeUnsignedLeb128(current_buffer_ptr, (record.thread_cpu_time - prev_thread_timestamp)); in FlushEntriesFormatV2()1785 prev_thread_timestamp = record.thread_cpu_time; in FlushEntriesFormatV2()