aot_perf_map.h 347 B

123456789101112131415
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. #ifndef _AOT_PERF_MAP_H_
  6. #define _AOT_PERF_MAP_H_
  7. #include "aot_runtime.h"
  8. bool
  9. aot_create_perf_map(const AOTModule *module, char *error_buf,
  10. uint32 error_buf_size);
  11. #endif /* _AOT_PERF_MAP_H_ */