1#ifndef WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
2#define WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
3
4#include "perf_profile.pb.h"
5
6#include <string>
7
8namespace wireless_android_logging_awp {
9
10wireless_android_play_playlog::AndroidPerfProfile
11RawPerfDataToAndroidPerfProfile(const std::string &perf_file);
12
13}  // namespace wireless_android_logging_awp
14
15#endif  // WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
16