Searched refs:profile_data_stream (Results 1 – 1 of 1) sorted by relevance
371 std::ostringstream profile_data_stream; in GetProfileData() local375 profile_data_stream << "num_cpu:" << numCPU << ';'; in GetProfileData()376 profile_data_stream << "host_user_ticks:" << host_info.cpu_ticks[CPU_STATE_USER] << ';'; in GetProfileData()377 … profile_data_stream << "host_sys_ticks:" << host_info.cpu_ticks[CPU_STATE_SYSTEM] << ';'; in GetProfileData()378 profile_data_stream << "host_idle_ticks:" << host_info.cpu_ticks[CPU_STATE_IDLE] << ';'; in GetProfileData()383 profile_data_stream << "elapsed_usec:" << elapsed_usec << ';'; in GetProfileData()384 profile_data_stream << "task_used_usec:" << task_used_usec << ';'; in GetProfileData()392 … profile_data_stream << "thread_used_id:" << std::hex << threads_id[i] << std::dec << ';'; in GetProfileData()393 profile_data_stream << "thread_used_usec:" << threads_used_usec[i] << ';'; in GetProfileData()397 profile_data_stream << "thread_used_name:"; in GetProfileData()[all …]