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