| 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 | |
| Andreas Gampe | f9a3561 | 2018-01-04 14:22:50 -0800 | [diff] [blame^] | 4 | #include <string> |
| 5 | |
| Than McIntosh | 7e2f4e9 | 2015-03-05 11:05:02 -0500 | [diff] [blame] | 6 | #include "perf_profile.pb.h" |
| 7 | |
| Andreas Gampe | f9a3561 | 2018-01-04 14:22:50 -0800 | [diff] [blame^] | 8 | namespace perfprofd { |
| 9 | struct Symbolizer; |
| 10 | } |
| Than McIntosh | 7e2f4e9 | 2015-03-05 11:05:02 -0500 | [diff] [blame] | 11 | |
| 12 | namespace wireless_android_logging_awp { |
| 13 | |
| 14 | wireless_android_play_playlog::AndroidPerfProfile |
| Andreas Gampe | f9a3561 | 2018-01-04 14:22:50 -0800 | [diff] [blame^] | 15 | RawPerfDataToAndroidPerfProfile(const std::string &perf_file, |
| 16 | ::perfprofd::Symbolizer* symbolizer); |
| Than McIntosh | 7e2f4e9 | 2015-03-05 11:05:02 -0500 | [diff] [blame] | 17 | |
| 18 | } // namespace wireless_android_logging_awp |
| 19 | |
| 20 | #endif // WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_ |