| Than McIntosh | 7e2f4e9 | 2015-03-05 11:05:02 -0500 | [diff] [blame] | 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 | |||||
| 8 | namespace wireless_android_logging_awp { | ||||
| 9 | |||||
| 10 | wireless_android_play_playlog::AndroidPerfProfile | ||||
| 11 | RawPerfDataToAndroidPerfProfile(const std::string &perf_file); | ||||
| 12 | |||||
| 13 | } // namespace wireless_android_logging_awp | ||||
| 14 | |||||
| 15 | #endif // WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_ | ||||