allwinner_a64/android/system/extras/perfprofd/perf_data_converter.h
2018-08-08 17:48:24 +08:00

15 lines
435 B
C++

#ifndef WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
#define WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
#include "perf_profile.pb.h"
#include <string>
namespace wireless_android_logging_awp {
wireless_android_play_playlog::AndroidPerfProfile
RawPerfDataToAndroidPerfProfile(const std::string &perf_file);
} // namespace wireless_android_logging_awp
#endif // WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_