upload android base code part6
This commit is contained in:
parent
421e214c7d
commit
4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions
15
android/system/extras/perfprofd/perf_data_converter.h
Normal file
15
android/system/extras/perfprofd/perf_data_converter.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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_
|
Loading…
Add table
Add a link
Reference in a new issue